Html Css Color HEX #090170 Navy

📋 copy color: '#090170'

red 9 ◦ green 1 ◦ blue 112

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

Shades of Navy #090170

Tints of Navy #090170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

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

R = 7.38%
G = 0.82%
B = 91.8%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090170 (or 0x090170) is known color: Navy. HEX triplet: 09, 01 and 70. RGB value is (9,1,112). Sum of RGB (Red+Green+Blue) = 9+1+112=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #090170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090170 is #F6FE8F. Grayscale: #0F0F0F. Windows color (decimal): -16187024 or 7340297. OLE color: 7340297.

HSL color Cylindrical-coordinate representation of color #090170: hue angle of 244.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090170 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 1 112 -
CMYK 0.92 0.99 0 0.56
HSL 244.32º 0.98% 0.22% -
HSV(B) 244.32º 0.99% 0.44% -
XYZ 3.05 1.25 15.41 -
YUV 16.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 9 1 112 0.92 0.99 0 0.56 244.32 0.98 0.22
Hex 9 1 70 5C 63 0 38 F4 62 16
Octal 11 1 160 134 143 0 70 364 142 26
Binary 1001 1 1110000 1011100 1100011 0 111000 11110100 1100010 10110

Color Harmonies of #090170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090170

Black with #090170

Text Example


Text Example

White with #090170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090170; }

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

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

background-color css

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

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

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

border-color css

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

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

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