Html Css Color HEX #090176 Navy

📋 copy color: '#090176'

red 9 ◦ green 1 ◦ blue 118

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

Shades of Navy #090176

Tints of Navy #090176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 7.03%
G = 0.78%
B = 92.19%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#090176 (or 0x090176) is known color: Navy. HEX triplet: 09, 01 and 76. RGB value is (9,1,118). Sum of RGB (Red+Green+Blue) = 9+1+118=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 118 (46.48% from 255 or 92.19% from 128); Max value from RGB is 118 - color contains mainly: blue. Hex color #090176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090176 is #F6FE89. Grayscale: #101010. Windows color (decimal): -16187018 or 7733513. OLE color: 7733513.

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

Color convert

RGB 9 1 118 -
CMYK 0.92 0.99 0 0.54
HSL 244.1º 0.98% 0.23% -
HSV(B) 244.1º 0.99% 0.46% -
XYZ 3.39 1.39 17.23 -
YUV 16.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 9 1 118 0.92 0.99 0 0.54 244.1 0.98 0.23
Hex 9 1 76 5C 63 0 36 F4 62 17
Octal 11 1 166 134 143 0 66 364 142 27
Binary 1001 1 1110110 1011100 1100011 0 110110 11110100 1100010 10111

Color Harmonies of #090176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090176

Black with #090176

Text Example


Text Example

White with #090176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090176; }

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

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

background-color css

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

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

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

border-color css

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

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

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