Html Css Color HEX #090576 Navy

📋 copy color: '#090576'

red 9 ◦ green 5 ◦ blue 118

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

Shades of Navy #090576

Tints of Navy #090576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 89.39%

R = 6.82%
G = 3.79%
B = 89.39%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#090576 (or 0x090576) is known color: Navy. HEX triplet: 09, 05 and 76. RGB value is (9,5,118). Sum of RGB (Red+Green+Blue) = 9+5+118=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #090576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090576 is #F6FA89. Grayscale: #121212. Windows color (decimal): -16185994 or 7734537. OLE color: 7734537.

HSL color Cylindrical-coordinate representation of color #090576: hue angle of 242.12º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090576 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 5 118 -
CMYK 0.92 0.96 0 0.54
HSL 242.12º 0.92% 0.24% -
HSV(B) 242.12º 0.96% 0.46% -
XYZ 3.44 1.47 17.24 -
YUV 19.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 9 5 118 0.92 0.96 0 0.54 242.12 0.92 0.24
Hex 9 5 76 5C 60 0 36 F2 5C 18
Octal 11 5 166 134 140 0 66 362 134 30
Binary 1001 101 1110110 1011100 1100000 0 110110 11110010 1011100 11000

Color Harmonies of #090576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090576

Black with #090576

Text Example


Text Example

White with #090576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090576; }

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

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

background-color css

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

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

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

border-color css

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

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

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