#09076A

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

Shades of Navy #09076A

Tints of Navy #09076A

Color information

#09076A (or 0x09076A) is unknown color: approx Navy. HEX triplet: 09, 07 and 6A. RGB value is (9,7,106). Sum of RGB (Red+Green+Blue) = 9+7+106=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 106 (41.80% from 255 or 86.89% from 122); Max value from RGB is 106 - color contains mainly: blue. Hex color #09076A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09076A is #F6F895. Grayscale: #121212. Windows color (decimal): -16185494 or 6948617. OLE color: 6948617.

HSL color Cylindrical-coordinate representation of color #09076A: hue angle of 241.21º 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 #09076A is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB97106-
CMYK0.920.9300.58
HSL241.21º87.61%22.16%-
HSV(B)241.21º93.4%41.57%-
XYZ2.791.2513.73-
YUV18.88177.16120.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 106 (41.80% from 255) = 86.89%
R=7.38%
G=5.74%
B=86.89%

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
Decimal971060.920.9300.58241.2187.6122.16
Hex976A5C5D03Af15816
Octal11715213413507236113026
Binary1001111110101010111001011101011101011110001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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