Color Hex Logo

#02365e Color Hex

#02365E
(2,54,94)
0 Favorites   0 Comments

Color spaces of #02365e

RGB 25494
HSL0.570.960.19
HSV206°98°37°
CMYK 0.980.430.00   0.63
XYZ3.36463.459411.0801
Yxy3.45940.18790.1932
Hunter Lab18.5995-0.2588-22.3007
CIE-Lab21.79711.2545-28.2063

#02365e color RGB value is (2,54,94).

#02365e hex color red value is 2, green value is 54 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #02365e hue: 0.57 , saturation: 0.96 and the lightness value of 02365e is 0.19.

The process color (four color CMYK) of #02365e color hex is 0.98, 0.43, 0.00, 0.63. Web safe color of #02365e is #003366. Color #02365e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110110 01011110
Octal 2 66 136
Decimal 2 54 94
Hex 2 36 5E

RGB Percentages of Color #02365e

%1.33
%36.00
%62.67

CMYK Percentages of Color #02365e

%98
%43
%0
%63

Triadic Colors of #02365e

#02365e #5e0236 #365e02

Analogous Colors of #02365e

#02365e #02085e #025e58

Monochromatic Colors of #02365e

#02365e

Complementary Color

#02365e #5e2a02

#02365e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02365e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02365e Color CSS Codes

.mybgcolor {background-color:#02365e; } 
.myforecolor {color:#02365e; }
.mybordercolor {border:3px solid #02365e; }

#02365e Text Font Color

<p style="color:#02365e">Text here</p>

This sample text font color is #02365e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#02365e Background Color

<div style="background-color:#02365e">
Div content here</div>

This div background color is #02365e


#02365e Border Color

<div style="border:3px solid #02365e">
Div here</div>

This div border color is #02365e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,54,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02365e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02365e;
  -webkit-box-shadow: 1px 1px 3px 2px #02365e;
  box-shadow:         1px 1px 3px 2px #02365e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,54,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #02365e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #02365e;
  -webkit-box-shadow: 1px 1px 3px 2px #02365e;
  box-shadow:         1px 1px 3px 2px #02365e;">
Div content here</div>

This div box has shadow with color #02365e


Comments

No comments written yet.

Please login to write comment.