Html Css Color HEX #090A70 Navy

📋 copy color: '#090A70'

red 9 ◦ green 10 ◦ blue 112

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

Shades of Navy #090A70

Tints of Navy #090A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.63%

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

R = 6.87%
G = 7.63%
B = 85.5%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090A70 (or 0x090A70) is known color: Navy. HEX triplet: 09, 0A and 70. RGB value is (9,10,112). Sum of RGB (Red+Green+Blue) = 9+10+112=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 112 (44.14% from 255 or 85.50% from 131); Max value from RGB is 112 - color contains mainly: blue. Hex color #090A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A70 is #F6F58F. Grayscale: #141414. Windows color (decimal): -16184720 or 7342601. OLE color: 7342601.

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

Color convert

RGB 9 10 112 -
CMYK 0.92 0.91 0 0.56
HSL 239.42º 0.85% 0.24% -
HSV(B) 239.42º 0.92% 0.44% -
XYZ 3.15 1.45 15.44 -
YUV 21.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 9 10 112 0.92 0.91 0 0.56 239.42 0.85 0.24
Hex 9 A 70 5C 5B 0 38 EF 55 18
Octal 11 12 160 134 133 0 70 357 125 30
Binary 1001 1010 1110000 1011100 1011011 0 111000 11101111 1010101 11000

Color Harmonies of #090A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A70

Black with #090A70

Text Example


Text Example

White with #090A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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