Html Css Color HEX #090570 Navy

📋 copy color: '#090570'

red 9 ◦ green 5 ◦ blue 112

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

Shades of Navy #090570

Tints of Navy #090570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.97%

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

R = 7.14%
G = 3.97%
B = 88.89%

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

#090570 (or 0x090570) is known color: Navy. HEX triplet: 09, 05 and 70. RGB value is (9,5,112). Sum of RGB (Red+Green+Blue) = 9+5+112=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #090570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090570 is #F6FA8F. Grayscale: #111111. Windows color (decimal): -16186000 or 7341321. OLE color: 7341321.

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

Color convert

RGB 9 5 112 -
CMYK 0.92 0.96 0 0.56
HSL 242.24º 0.91% 0.23% -
HSV(B) 242.24º 0.96% 0.44% -
XYZ 3.09 1.34 15.42 -
YUV 18.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 9 5 112 0.92 0.96 0 0.56 242.24 0.91 0.23
Hex 9 5 70 5C 60 0 38 F2 5B 17
Octal 11 5 160 134 140 0 70 362 133 27
Binary 1001 101 1110000 1011100 1100000 0 111000 11110010 1011011 10111

Color Harmonies of #090570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090570

Black with #090570

Text Example


Text Example

White with #090570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090570; }

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

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

background-color css

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

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

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

border-color css

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

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

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