Html Css Color HEX #090470 Navy

📋 copy color: '#090470'

red 9 ◦ green 4 ◦ blue 112

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

Shades of Navy #090470

Tints of Navy #090470

RGB

 RED value IS 9 (3.91% from 255) = 7.2%

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

 BLUE value IS 112 (44.14% from 255) = 89.6%

R = 7.2%
G = 3.2%
B = 89.6%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090470 (or 0x090470) is known color: Navy. HEX triplet: 09, 04 and 70. RGB value is (9,4,112). Sum of RGB (Red+Green+Blue) = 9+4+112=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #090470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090470 is #F6FB8F. Grayscale: #111111. Windows color (decimal): -16186256 or 7341065. OLE color: 7341065.

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

Color convert

RGB 9 4 112 -
CMYK 0.92 0.96 0 0.56
HSL 242.78º 0.93% 0.23% -
HSV(B) 242.78º 0.96% 0.44% -
XYZ 3.08 1.31 15.42 -
YUV 17.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 9 4 112 0.92 0.96 0 0.56 242.78 0.93 0.23
Hex 9 4 70 5C 60 0 38 F3 5D 17
Octal 11 4 160 134 140 0 70 363 135 27
Binary 1001 100 1110000 1011100 1100000 0 111000 11110011 1011101 10111

Color Harmonies of #090470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090470

Black with #090470

Text Example


Text Example

White with #090470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090470; }

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

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

background-color css

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

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

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

border-color css

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

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

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