Html Css Color HEX #04067E Navy

📋 copy color: '#04067E'

red 4 ◦ green 6 ◦ blue 126

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

Shades of Navy #04067E

Tints of Navy #04067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 126 (49.61% from 255) = 92.65%

R = 2.94%
G = 4.41%
B = 92.65%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04067E (or 0x04067E) is known color: Navy. HEX triplet: 04, 06 and 7E. RGB value is (4,6,126). Sum of RGB (Red+Green+Blue) = 4+6+126=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 126 (49.61% from 255 or 92.65% from 136); Max value from RGB is 126 - color contains mainly: blue. Hex color #04067E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04067E is #FBF981. Grayscale: #121212. Windows color (decimal): -16513410 or 8259076. OLE color: 8259076.

HSL color Cylindrical-coordinate representation of color #04067E: hue angle of 239.02º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04067E is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 6 126 -
CMYK 0.97 0.95 0 0.51
HSL 239.02º 0.94% 0.25% -
HSV(B) 239.02º 0.97% 0.49% -
XYZ 3.88 1.66 19.85 -
YUV 19.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 4 6 126 0.97 0.95 0 0.51 239.02 0.94 0.25
Hex 4 6 7E 61 5F 0 33 EF 5E 19
Octal 4 6 176 141 137 0 63 357 136 31
Binary 100 110 1111110 1100001 1011111 0 110011 11101111 1011110 11001

Color Harmonies of #04067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04067E

Black with #04067E

Text Example


Text Example

White with #04067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,6,126); }

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

background-color css

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

 a { background-color: rgb(4,6,126); }

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

border-color css

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

 span { border-color: rgb(4,6,126); }

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