Html Css Color HEX #090970 Navy

📋 copy color: '#090970'

red 9 ◦ green 9 ◦ blue 112

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

Shades of Navy #090970

Tints of Navy #090970

RGB

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

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

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

R = 6.92%
G = 6.92%
B = 86.15%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#090970 (or 0x090970) is known color: Navy. HEX triplet: 09, 09 and 70. RGB value is (9,9,112). Sum of RGB (Red+Green+Blue) = 9+9+112=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #090970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090970 is #F6F68F. Grayscale: #141414. Windows color (decimal): -16184976 or 7342345. OLE color: 7342345.

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

Color convert

RGB 9 9 112 -
CMYK 0.92 0.92 0 0.56
HSL 240º 0.85% 0.24% -
HSV(B) 240º 0.92% 0.44% -
XYZ 3.13 1.42 15.44 -
YUV 20.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 9 9 112 0.92 0.92 0 0.56 240 0.85 0.24
Hex 9 9 70 5C 5C 0 38 F0 55 18
Octal 11 11 160 134 134 0 70 360 125 30
Binary 1001 1001 1110000 1011100 1011100 0 111000 11110000 1010101 11000

Color Harmonies of #090970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090970

Black with #090970

Text Example


Text Example

White with #090970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090970; }

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

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

background-color css

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

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

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

border-color css

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

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

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