Html Css Color HEX #04005E Navy

📋 copy color: '#04005E'

red 4 ◦ green 0 ◦ blue 94

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

Shades of Navy #04005E

Tints of Navy #04005E

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04005E (or 0x04005E) is known color: Navy. HEX triplet: 04, 00 and 5E. RGB value is (4,0,94). Sum of RGB (Red+Green+Blue) = 4+0+94=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 0 (0.39% from 255 or 0% 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 #04005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04005E is #FBFFA1. Grayscale: #0B0B0B. Windows color (decimal): -16514978 or 6160388. OLE color: 6160388.

HSL color Cylindrical-coordinate representation of color #04005E: hue angle of 242.55º 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 #04005E is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 0 94 -
CMYK 0.96 1 0 0.63
HSL 242.55º 1% 0.18% -
HSV(B) 242.55º 1% 0.37% -
XYZ 2.07 0.83 10.64 -
YUV 11.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 4 0 94 0.96 1 0 0.63 242.55 1 0.18
Hex 4 0 5E 60 64 0 3F F3 64 12
Octal 4 0 136 140 144 0 77 363 144 22
Binary 100 0 1011110 1100000 1100100 0 111111 11110011 1100100 10010

Color Harmonies of #04005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04005E

Black with #04005E

Text Example


Text Example

White with #04005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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