Color Hex Logo

#02463b Color Hex

#02463B
(2,70,59)
0 Favorites   0 Comments

Color spaces of #02463b

RGB 27059
HSL0.470.940.14
HSV170°97°27°
CMYK 0.970.000.16   0.73
XYZ3.00464.70904.8882
Yxy4.70900.23840.3737
Hunter Lab21.7002-13.26041.8345
CIE-Lab25.8891-22.46091.1406

#02463b color RGB value is (2,70,59).

#02463b hex color red value is 2, green value is 70 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #02463b hue: 0.47 , saturation: 0.94 and the lightness value of 02463b is 0.14.

The process color (four color CMYK) of #02463b color hex is 0.97, 0.00, 0.16, 0.73. Web safe color of #02463b is #003333. Color #02463b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000110 00111011
Octal 2 106 73
Decimal 2 70 59
Hex 2 46 3B

RGB Percentages of Color #02463b

%1.53
%53.44
%45.04

CMYK Percentages of Color #02463b

%97
%0
%16
%73

Triadic Colors of #02463b

#02463b #3b0246 #463b02

Analogous Colors of #02463b

#02463b #022f46 #024619

Monochromatic Colors of #02463b

#02463b

Complementary Color

#02463b #46020d

#02463b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02463b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02463b Color CSS Codes

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

#02463b Text Font Color

<p style="color:#02463b">Text here</p>

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


#02463b Background Color

<div style="background-color:#02463b">
Div content here</div>

This div background color is #02463b


#02463b Border Color

<div style="border:3px solid #02463b">
Div here</div>

This div border color is #02463b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,70,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02463b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02463b;
  -webkit-box-shadow: 1px 1px 3px 2px #02463b;
  box-shadow:         1px 1px 3px 2px #02463b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02463b


Comments

No comments written yet.

Please login to write comment.