Html Css Color HEX #090870 Navy

📋 copy color: '#090870'

red 9 ◦ green 8 ◦ blue 112

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

Shades of Navy #090870

Tints of Navy #090870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 6.98%
G = 6.2%
B = 86.82%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090870 (or 0x090870) is known color: Navy. HEX triplet: 09, 08 and 70. RGB value is (9,8,112). Sum of RGB (Red+Green+Blue) = 9+8+112=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #090870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090870 is #F6F78F. Grayscale: #131313. Windows color (decimal): -16185232 or 7342089. OLE color: 7342089.

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

Color convert

RGB 9 8 112 -
CMYK 0.92 0.93 0 0.56
HSL 240.58º 0.87% 0.24% -
HSV(B) 240.58º 0.93% 0.44% -
XYZ 3.12 1.4 15.44 -
YUV 20.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 9 8 112 0.92 0.93 0 0.56 240.58 0.87 0.24
Hex 9 8 70 5C 5D 0 38 F1 57 18
Octal 11 10 160 134 135 0 70 361 127 30
Binary 1001 1000 1110000 1011100 1011101 0 111000 11110001 1010111 11000

Color Harmonies of #090870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090870

Black with #090870

Text Example


Text Example

White with #090870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090870; }

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

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

background-color css

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

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

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

border-color css

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

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

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