#090076

Color #090076 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #090076

Tints of Navy #090076

Color information

#090076 (or 0x090076) is unknown color: approx Navy. HEX triplet: 09, 00 and 76. RGB value is (9,0,118). Sum of RGB (Red+Green+Blue) = 9+0+118=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #090076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090076 is #F6FF89. Grayscale: #0F0F0F. Windows color (decimal): -16187274 or 7733257. OLE color: 7733257.

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

Color convert

RGB90118-
CMYK0.92100.54
HSL244.58º100%23.14%-
HSV(B)244.58º100%46.27%-
XYZ3.381.3717.22-
YUV16.14185.48122.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 92.91%
R=7.09%
G=0%
B=92.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901180.92100.54244.5810023.14
Hex90765C64036f56417
Octal11016613414406636514427
Binary10010111011010111001100100011011011110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090076; }

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

 H1.HeaderClassName
 {
   color: #090076;
 }
 .AnyTagClassName
 {
   color: #090076;
 }
</style>
background-color css

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

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

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

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

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

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