#09076C

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

Shades of Navy #09076C

Tints of Navy #09076C

Color information

#09076C (or 0x09076C) is unknown color: approx Navy. HEX triplet: 09, 07 and 6C. RGB value is (9,7,108). Sum of RGB (Red+Green+Blue) = 9+7+108=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #09076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09076C is #F6F893. Grayscale: #121212. Windows color (decimal): -16185492 or 7079689. OLE color: 7079689.

HSL color Cylindrical-coordinate representation of color #09076C: hue angle of 241.19º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09076C is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB97108-
CMYK0.920.9400.58
HSL241.19º87.83%22.55%-
HSV(B)241.19º93.52%42.35%-
XYZ2.91.2914.28-
YUV19.11178.16120.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 108 (42.58% from 255) = 87.10%
R=7.26%
G=5.65%
B=87.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971080.920.9400.58241.1987.8322.55
Hex976C5C5E03Af15817
Octal11715413413607236113027
Binary1001111110110010111001011110011101011110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09076C; }

 p { color: rgb(9,7,108); }

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

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

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

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

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

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

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