Html Css Color HEX #04096C Navy

📋 copy color: '#04096C'

red 4 ◦ green 9 ◦ blue 108

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

Shades of Navy #04096C

Tints of Navy #04096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 89.26%

R = 3.31%
G = 7.44%
B = 89.26%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04096C (or 0x04096C) is known color: Navy. HEX triplet: 04, 09 and 6C. RGB value is (4,9,108). Sum of RGB (Red+Green+Blue) = 4+9+108=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 108 (42.58% from 255 or 89.26% from 121); Max value from RGB is 108 - color contains mainly: blue. Hex color #04096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04096C is #FBF693. Grayscale: #121212. Windows color (decimal): -16512660 or 7080196. OLE color: 7080196.

HSL color Cylindrical-coordinate representation of color #04096C: hue angle of 237.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04096C is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 9 108 -
CMYK 0.96 0.92 0 0.58
HSL 237.12º 0.93% 0.22% -
HSV(B) 237.12º 0.96% 0.42% -
XYZ 2.85 1.3 14.29 -
YUV 18.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 4 9 108 0.96 0.92 0 0.58 237.12 0.93 0.22
Hex 4 9 6C 60 5C 0 3A ED 5D 16
Octal 4 11 154 140 134 0 72 355 135 26
Binary 100 1001 1101100 1100000 1011100 0 111010 11101101 1011101 10110

Color Harmonies of #04096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04096C

Black with #04096C

Text Example


Text Example

White with #04096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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