Html Css Color HEX #04096B Navy

📋 copy color: '#04096B'

red 4 ◦ green 9 ◦ blue 107

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

Shades of Navy #04096B

Tints of Navy #04096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 89.17%

R = 3.33%
G = 7.5%
B = 89.17%

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

#04096B (or 0x04096B) is known color: Navy. HEX triplet: 04, 09 and 6B. RGB value is (4,9,107). Sum of RGB (Red+Green+Blue) = 4+9+107=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 107 (42.19% from 255 or 89.17% from 120); Max value from RGB is 107 - color contains mainly: blue. Hex color #04096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04096B is #FBF694. Grayscale: #121212. Windows color (decimal): -16512661 or 7014660. OLE color: 7014660.

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

Color convert

RGB 4 9 107 -
CMYK 0.96 0.92 0 0.58
HSL 237.09º 0.93% 0.22% -
HSV(B) 237.09º 0.96% 0.42% -
XYZ 2.8 1.28 14.01 -
YUV 18.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 4 9 107 0.96 0.92 0 0.58 237.09 0.93 0.22
Hex 4 9 6B 60 5C 0 3A ED 5D 16
Octal 4 11 153 140 134 0 72 355 135 26
Binary 100 1001 1101011 1100000 1011100 0 111010 11101101 1011101 10110

Color Harmonies of #04096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04096B

Black with #04096B

Text Example


Text Example

White with #04096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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