Color Hex Logo

#02364f Color Hex

#02364F
(2,54,79)
0 Favorites   0 Comments

Color spaces of #02364f

RGB 25479
HSL0.550.950.16
HSV199°97°31°
CMYK 0.970.320.00   0.69
XYZ2.75553.21587.8726
Yxy3.21580.19900.2323
Hunter Lab17.9327-3.9541-13.4760
CIE-Lab20.8882-5.4011-19.7196

#02364f color RGB value is (2,54,79).

#02364f hex color red value is 2, green value is 54 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #02364f hue: 0.55 , saturation: 0.95 and the lightness value of 02364f is 0.16.

The process color (four color CMYK) of #02364f color hex is 0.97, 0.32, 0.00, 0.69. Web safe color of #02364f is #003366. Color #02364f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110110 01001111
Octal 2 66 117
Decimal 2 54 79
Hex 2 36 4F

RGB Percentages of Color #02364f

%1.48
%40.00
%58.52

CMYK Percentages of Color #02364f

%97
%32
%0
%69

Triadic Colors of #02364f

#02364f #4f0236 #364f02

Analogous Colors of #02364f

#02364f #02104f #024f41

Monochromatic Colors of #02364f

#02364f

Complementary Color

#02364f #4f1b02

#02364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02364f Color CSS Codes

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

#02364f Text Font Color

<p style="color:#02364f">Text here</p>

This sample text font color is #02364f
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.


#02364f Background Color

<div style="background-color:#02364f">
Div content here</div>

This div background color is #02364f


#02364f Border Color

<div style="border:3px solid #02364f">
Div here</div>

This div border color is #02364f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02364f


Comments

No comments written yet.

Please login to write comment.