Html Css Color HEX #04096D Navy

📋 copy color: '#04096D'

red 4 ◦ green 9 ◦ blue 109

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

Shades of Navy #04096D

Tints of Navy #04096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 89.34%

R = 3.28%
G = 7.38%
B = 89.34%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04096D (or 0x04096D) is known color: Navy. HEX triplet: 04, 09 and 6D. RGB value is (4,9,109). Sum of RGB (Red+Green+Blue) = 4+9+109=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #04096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04096D is #FBF692. Grayscale: #121212. Windows color (decimal): -16512659 or 7145732. OLE color: 7145732.

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

Color convert

RGB 4 9 109 -
CMYK 0.96 0.92 0 0.57
HSL 237.14º 0.93% 0.22% -
HSV(B) 237.14º 0.96% 0.43% -
XYZ 2.91 1.33 14.57 -
YUV 18.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 4 9 109 0.96 0.92 0 0.57 237.14 0.93 0.22
Hex 4 9 6D 60 5C 0 39 ED 5D 16
Octal 4 11 155 140 134 0 71 355 135 26
Binary 100 1001 1101101 1100000 1011100 0 111001 11101101 1011101 10110

Color Harmonies of #04096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04096D

Black with #04096D

Text Example


Text Example

White with #04096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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