Shades of Navy #09007D
Tints of Navy #09007D
RGB
CMYK
RGB Variations
Color information
#09007D (or 0x09007D) is known color: Navy. HEX triplet: 09, 00 and 7D. RGB value is (9,0,125). Sum of RGB (Red+Green+Blue) = 9+0+125=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 125 (49.22% from 255 or 93.28% from 134); Max value from RGB is 125 - color contains mainly: blue. Hex color #09007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09007D is #F6FF82. Grayscale: #101010. Windows color (decimal): -16187267 or 8192009. OLE color: 8192009.
HSL color Cylindrical-coordinate representation of color #09007D: hue angle of 244.32º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09007D is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 0 | 125 | - |
| CMYK | 0.93 | 1 | 0 | 0.51 |
| HSL | 244.32º | 1% | 0.25% | - |
| HSV(B) | 244.32º | 1% | 0.49% | - |
| XYZ | 3.81 | 1.54 | 19.5 | - |
| YUV | 16.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 125 | 0.93 | 1 | 0 | 0.51 | 244.32 | 1 | 0.25 |
| Hex | 9 | 0 | 7D | 5D | 64 | 0 | 33 | F4 | 64 | 19 |
| Octal | 11 | 0 | 175 | 135 | 144 | 0 | 63 | 364 | 144 | 31 |
| Binary | 1001 | 0 | 1111101 | 1011101 | 1100100 | 0 | 110011 | 11110100 | 1100100 | 11001 |
Color Harmonies of #09007D
Complementary color
Monochromatic Colors of #09007D
Black with #09007D
Text Example
Text Example
White with #09007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09007D; }
p { color: rgb(9,0,125); }
H1.HeaderClassName
{
color: #09007D;
}
.AnyTagClassName
{
color: #09007D;
}
</style>
background-color css
<style>
a { background-color: #09007D; }
a { background-color: rgb(9,0,125); }
div.DivClassName
{
background-color: #09007D;
}
.BgClassName
{
background-color: #09007D;
}
</style>
border-color css
<style>
span { border-color: #09007D; }
span { border-color: rgb(9,0,125); }
td.TdClassName
{
border-color: #09007D;
}
.TagClassName
{
border-color: #09007D;
}
</style>