Html Css Color HEX #04046F Navy

📋 copy color: '#04046F'

red 4 ◦ green 4 ◦ blue 111

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

Shades of Navy #04046F

Tints of Navy #04046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 93.28%

R = 3.36%
G = 3.36%
B = 93.28%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04046F (or 0x04046F) is known color: Navy. HEX triplet: 04, 04 and 6F. RGB value is (4,4,111). Sum of RGB (Red+Green+Blue) = 4+4+111=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 111 (43.75% from 255 or 93.28% from 119); Max value from RGB is 111 - color contains mainly: blue. Hex color #04046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04046F is #FBFB90. Grayscale: #0F0F0F. Windows color (decimal): -16513937 or 7275524. OLE color: 7275524.

HSL color Cylindrical-coordinate representation of color #04046F: hue angle of 240º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04046F is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 4 111 -
CMYK 0.96 0.96 0 0.56
HSL 240º 0.93% 0.23% -
HSV(B) 240º 0.96% 0.44% -
XYZ 2.96 1.26 15.13 -
YUV 16.2 181.5 119.3 -
System Red Green Blue C M Y K H S L
Decimal 4 4 111 0.96 0.96 0 0.56 240 0.93 0.23
Hex 4 4 6F 60 60 0 38 F0 5D 17
Octal 4 4 157 140 140 0 70 360 135 27
Binary 100 100 1101111 1100000 1100000 0 111000 11110000 1011101 10111

Color Harmonies of #04046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04046F

Black with #04046F

Text Example


Text Example

White with #04046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,4,111); }

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

background-color css

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

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

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

border-color css

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

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

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