Html Css Color HEX #04067F Navy

📋 copy color: '#04067F'

red 4 ◦ green 6 ◦ blue 127

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

Shades of Navy #04067F

Tints of Navy #04067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 92.7%

R = 2.92%
G = 4.38%
B = 92.7%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04067F (or 0x04067F) is known color: Navy. HEX triplet: 04, 06 and 7F. RGB value is (4,6,127). Sum of RGB (Red+Green+Blue) = 4+6+127=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 127 (50% from 255 or 92.70% from 137); Max value from RGB is 127 - color contains mainly: blue. Hex color #04067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04067F is #FBF980. Grayscale: #121212. Windows color (decimal): -16513409 or 8324612. OLE color: 8324612.

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

Color convert

RGB 4 6 127 -
CMYK 0.97 0.95 0 0.50
HSL 239.02º 0.94% 0.26% -
HSV(B) 239.02º 0.97% 0.5% -
XYZ 3.95 1.69 20.2 -
YUV 19.2 188.84 117.16 -
System Red Green Blue C M Y K H S L
Decimal 4 6 127 0.97 0.95 0 0.50 239.02 0.94 0.26
Hex 4 6 7F 61 5F 0 32 EF 5E 1A
Octal 4 6 177 141 137 0 62 357 136 32
Binary 100 110 1111111 1100001 1011111 0 110010 11101111 1011110 11010

Color Harmonies of #04067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04067F

Black with #04067F

Text Example


Text Example

White with #04067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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