Html Css Color HEX #04096F Navy

📋 copy color: '#04096F'

red 4 ◦ green 9 ◦ blue 111

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

Shades of Navy #04096F

Tints of Navy #04096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

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

R = 3.23%
G = 7.26%
B = 89.52%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#04096F (or 0x04096F) is known color: Navy. HEX triplet: 04, 09 and 6F. RGB value is (4,9,111). Sum of RGB (Red+Green+Blue) = 4+9+111=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 111 (43.75% from 255 or 89.52% from 124); Max value from RGB is 111 - color contains mainly: blue. Hex color #04096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04096F is #FBF690. Grayscale: #121212. Windows color (decimal): -16512657 or 7276804. OLE color: 7276804.

HSL color Cylindrical-coordinate representation of color #04096F: hue angle of 237.2º 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 #04096F is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 9 111 -
CMYK 0.96 0.92 0 0.56
HSL 237.2º 0.93% 0.23% -
HSV(B) 237.2º 0.96% 0.44% -
XYZ 3.02 1.37 15.14 -
YUV 19.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 4 9 111 0.96 0.92 0 0.56 237.2 0.93 0.23
Hex 4 9 6F 60 5C 0 38 ED 5D 17
Octal 4 11 157 140 134 0 70 355 135 27
Binary 100 1001 1101111 1100000 1011100 0 111000 11101101 1011101 10111

Color Harmonies of #04096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04096F

Black with #04096F

Text Example


Text Example

White with #04096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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