Shades of Navy #09005F
Tints of Navy #09005F
RGB
CMYK
RGB Variations
Color information
#09005F (or 0x09005F) is known color: Navy. HEX triplet: 09, 00 and 5F. RGB value is (9,0,95). Sum of RGB (Red+Green+Blue) = 9+0+95=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #09005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09005F is #F6FFA0. Grayscale: #0D0D0D. Windows color (decimal): -16187297 or 6225929. OLE color: 6225929.
HSL color Cylindrical-coordinate representation of color #09005F: hue angle of 245.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09005F is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 0 | 95 | - |
| CMYK | 0.91 | 1 | 0 | 0.63 |
| HSL | 245.68º | 1% | 0.19% | - |
| HSV(B) | 245.68º | 1% | 0.37% | - |
| XYZ | 2.18 | 0.88 | 10.88 | - |
| YUV | 13.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 95 | 0.91 | 1 | 0 | 0.63 | 245.68 | 1 | 0.19 |
| Hex | 9 | 0 | 5F | 5B | 64 | 0 | 3F | F6 | 64 | 13 |
| Octal | 11 | 0 | 137 | 133 | 144 | 0 | 77 | 366 | 144 | 23 |
| Binary | 1001 | 0 | 1011111 | 1011011 | 1100100 | 0 | 111111 | 11110110 | 1100100 | 10011 |
Color Harmonies of #09005F
Complementary color
Monochromatic Colors of #09005F
Black with #09005F
Text Example
Text Example
White with #09005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09005F; }
p { color: rgb(9,0,95); }
H1.HeaderClassName
{
color: #09005F;
}
.AnyTagClassName
{
color: #09005F;
}
</style>
background-color css
<style>
a { background-color: #09005F; }
a { background-color: rgb(9,0,95); }
div.DivClassName
{
background-color: #09005F;
}
.BgClassName
{
background-color: #09005F;
}
</style>
border-color css
<style>
span { border-color: #09005F; }
span { border-color: rgb(9,0,95); }
td.TdClassName
{
border-color: #09005F;
}
.TagClassName
{
border-color: #09005F;
}
</style>