Shades of Navy #09097D
Tints of Navy #09097D
RGB
CMYK
RGB Variations
Color information
#09097D (or 0x09097D) is known color: Navy. HEX triplet: 09, 09 and 7D. RGB value is (9,9,125). Sum of RGB (Red+Green+Blue) = 9+9+125=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #09097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09097D is #F6F682. Grayscale: #151515. Windows color (decimal): -16184963 or 8194313. OLE color: 8194313.
HSL color Cylindrical-coordinate representation of color #09097D: hue angle of 240º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09097D is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 9 | 125 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.51 |
| HSL | 240º | 0.87% | 0.26% | - |
| HSV(B) | 240º | 0.93% | 0.49% | - |
| XYZ | 3.91 | 1.73 | 19.53 | - |
| YUV | 22.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 125 | 0.93 | 0.93 | 0 | 0.51 | 240 | 0.87 | 0.26 |
| Hex | 9 | 9 | 7D | 5D | 5D | 0 | 33 | F0 | 57 | 1A |
| Octal | 11 | 11 | 175 | 135 | 135 | 0 | 63 | 360 | 127 | 32 |
| Binary | 1001 | 1001 | 1111101 | 1011101 | 1011101 | 0 | 110011 | 11110000 | 1010111 | 11010 |
Color Harmonies of #09097D
Complementary color
Monochromatic Colors of #09097D
Black with #09097D
Text Example
Text Example
White with #09097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09097D; }
p { color: rgb(9,9,125); }
H1.HeaderClassName
{
color: #09097D;
}
.AnyTagClassName
{
color: #09097D;
}
</style>
background-color css
<style>
a { background-color: #09097D; }
a { background-color: rgb(9,9,125); }
div.DivClassName
{
background-color: #09097D;
}
.BgClassName
{
background-color: #09097D;
}
</style>
border-color css
<style>
span { border-color: #09097D; }
span { border-color: rgb(9,9,125); }
td.TdClassName
{
border-color: #09097D;
}
.TagClassName
{
border-color: #09097D;
}
</style>