#09076D

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

Shades of Navy #09076D

Tints of Navy #09076D

Color information

#09076D (or 0x09076D) is unknown color: approx Navy. HEX triplet: 09, 07 and 6D. RGB value is (9,7,109). Sum of RGB (Red+Green+Blue) = 9+7+109=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #09076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09076D is #F6F892. Grayscale: #121212. Windows color (decimal): -16185491 or 7145225. OLE color: 7145225.

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

Color convert

RGB97109-
CMYK0.920.9400.57
HSL241.18º87.93%22.75%-
HSV(B)241.18º93.58%42.75%-
XYZ2.951.3114.57-
YUV19.23178.66120.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 109 (42.97% from 255) = 87.2%
R=7.2%
G=5.6%
B=87.2%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal971090.920.9400.57241.1887.9322.75
Hex976D5C5E039f15817
Octal11715513413607136113027
Binary1001111110110110111001011110011100111110001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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