Color Hex Logo

#02363f Color Hex

#02363F
(2,54,63)
0 Favorites   0 Comments

Color spaces of #02363f

RGB 25463
HSL0.520.940.13
HSV189°97°25°
CMYK 0.970.140.00   0.75
XYZ2.24143.01015.1655
Yxy3.01010.21520.2890
Hunter Lab17.3496-7.3015-5.5076
CIE-Lab20.0843-12.1530-10.1872

#02363f color RGB value is (2,54,63).

#02363f hex color red value is 2, green value is 54 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #02363f hue: 0.52 , saturation: 0.94 and the lightness value of 02363f is 0.13.

The process color (four color CMYK) of #02363f color hex is 0.97, 0.14, 0.00, 0.75. Web safe color of #02363f is #003333. Color #02363f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110110 00111111
Octal 2 66 77
Decimal 2 54 63
Hex 2 36 3F

RGB Percentages of Color #02363f

%1.68
%45.38
%52.94

CMYK Percentages of Color #02363f

%97
%14
%0
%75

Triadic Colors of #02363f

#02363f #3f0236 #363f02

Analogous Colors of #02363f

#02363f #02183f #023f2a

Monochromatic Colors of #02363f

#02363f

Complementary Color

#02363f #3f0b02

#02363f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02363f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02363f Color CSS Codes

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

#02363f Text Font Color

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

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


#02363f Background Color

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

This div background color is #02363f


#02363f Border Color

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

This div border color is #02363f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02363f


Comments

No comments written yet.

Please login to write comment.