Html Css Color HEX #00045E Navy

📋 copy color: '#00045E'

red 0 ◦ green 4 ◦ blue 94

#00045E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #00045E

Tints of Navy #00045E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 4 (1.95% from 255) = 4.08%

 BLUE value IS 94 (37.11% from 255) = 95.92%

R = 0%
G = 4.08%
B = 95.92%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00045E (or 0x00045E) is known color: Navy. HEX triplet: 00, 04 and 5E. RGB value is (0,4,94). Sum of RGB (Red+Green+Blue) = 0+4+94=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 94 (37.11% from 255 or 95.92% from 98); Max value from RGB is 94 - color contains mainly: blue. Hex color #00045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00045E is #FFFBA1. Grayscale: #0C0C0C. Windows color (decimal): -16776098 or 6161408. OLE color: 6161408.

HSL color Cylindrical-coordinate representation of color #00045E: hue angle of 237.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00045E is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 4 94 -
CMYK 1 0.96 0 0.63
HSL 237.45º 1% 0.18% -
HSV(B) 237.45º 1% 0.37% -
XYZ 2.06 0.89 10.65 -
YUV 13.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 0 4 94 1 0.96 0 0.63 237.45 1 0.18
Hex 0 4 5E 64 60 0 3F ED 64 12
Octal 0 4 136 144 140 0 77 355 144 22
Binary 0 100 1011110 1100100 1100000 0 111111 11101101 1100100 10010

Color Harmonies of #00045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00045E

Black with #00045E

Text Example


Text Example

White with #00045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00045E; }

 p { color: rgb(0,4,94); }

 H1.HeaderClassName
 {
   color: #00045E;
 }
 .AnyTagClassName
 {
   color: #00045E;
 }
</style>

background-color css

<style>
 a { background-color: #00045E; }

 a { background-color: rgb(0,4,94); }

 div.DivClassName
 {
   background-color: #00045E;
 }
 .BgClassName
 {
   background-color: #00045E;
 }
</style>

border-color css

<style>
 span { border-color: #00045E; }

 span { border-color: rgb(0,4,94); }

 td.TdClassName
 {
   border-color: #00045E;
 }
 .TagClassName
 {
   border-color: #00045E;
 }
</style>