#09076B

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

Shades of Navy #09076B

Tints of Navy #09076B

Color information

#09076B (or 0x09076B) is unknown color: approx Navy. HEX triplet: 09, 07 and 6B. RGB value is (9,7,107). Sum of RGB (Red+Green+Blue) = 9+7+107=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #09076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09076B is #F6F894. Grayscale: #121212. Windows color (decimal): -16185493 or 7014153. OLE color: 7014153.

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

Color convert

RGB97107-
CMYK0.920.9300.58
HSL241.2º87.72%22.35%-
HSV(B)241.2º93.46%41.96%-
XYZ2.841.2714.01-
YUV19177.66120.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 107 (42.19% from 255) = 86.99%
R=7.32%
G=5.69%
B=86.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971070.920.9300.58241.287.7222.35
Hex976B5C5D03Af15816
Octal11715313413507236113026
Binary1001111110101110111001011101011101011110001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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