Color Hex Logo

#00369e Color Hex

#00369E
(0,54,158)
0 Favorites   0 Comments

Color spaces of #00369e

RGB 054158
HSL0.611.000.31
HSV219°100°62°
CMYK 1.000.660.00   0.38
XYZ7.49075.107032.9387
Yxy5.10700.16450.1122
Hunter Lab22.598719.6191-70.5991
CIE-Lab27.037528.8640-60.0571

#00369e color RGB value is (0,54,158).

#00369e hex color red value is 0, green value is 54 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00369e hue: 0.61 , saturation: 1.00 and the lightness value of 00369e is 0.31.

The process color (four color CMYK) of #00369e color hex is 1.00, 0.66, 0.00, 0.38. Web safe color of #00369e is #003399. Color #00369e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110110 10011110
Octal 0 66 236
Decimal 0 54 158
Hex 0 36 9E

RGB Percentages of Color #00369e

%0.00
%25.47
%74.53

CMYK Percentages of Color #00369e

%100
%66
%0
%38

Triadic Colors of #00369e

#00369e #9e0036 #369e00

Analogous Colors of #00369e

#00369e #19009e #00859e

Monochromatic Colors of #00369e

#00369e

Complementary Color

#00369e #9e6800

#00369e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00369e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00369e Color CSS Codes

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

#00369e Text Font Color

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

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


#00369e Background Color

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

This div background color is #00369e


#00369e Border Color

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

This div border color is #00369e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00369e


Comments

No comments written yet.

Please login to write comment.