Color Hex Logo

#00366a Color Hex

#00366A
(0,54,106)
0 Favorites   0 Comments

Color spaces of #00366a

RGB 054106
HSL0.581.000.21
HSV209°100°42°
CMYK 1.000.490.00   0.58
XYZ3.92073.678914.1391
Yxy3.67890.18040.1692
Hunter Lab19.18052.9216-30.2800
CIE-Lab22.58026.4670-34.7610

#00366a color RGB value is (0,54,106).

#00366a hex color red value is 0, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #00366a hue: 0.58 , saturation: 1.00 and the lightness value of 00366a is 0.21.

The process color (four color CMYK) of #00366a color hex is 1.00, 0.49, 0.00, 0.58. Web safe color of #00366a is #003366. Color #00366a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110110 01101010
Octal 0 66 152
Decimal 0 54 106
Hex 0 36 6A

RGB Percentages of Color #00366a

%0.00
%33.75
%66.25

CMYK Percentages of Color #00366a

%100
%49
%0
%58

Triadic Colors of #00366a

#00366a #6a0036 #366a00

Analogous Colors of #00366a

#00366a #00016a #006a69

Monochromatic Colors of #00366a

#00366a

Complementary Color

#00366a #6a3400

#00366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00366a Color CSS Codes

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

#00366a Text Font Color

<p style="color:#00366a">Text here</p>

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


#00366a Background Color

<div style="background-color:#00366a">
Div content here</div>

This div background color is #00366a


#00366a Border Color

<div style="border:3px solid #00366a">
Div here</div>

This div border color is #00366a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,54,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00366a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00366a;
  -webkit-box-shadow: 1px 1px 3px 2px #00366a;
  box-shadow:         1px 1px 3px 2px #00366a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00366a


Comments

No comments written yet.

Please login to write comment.