Shades of Navy #09057F
Tints of Navy #09057F
RGB
CMYK
RGB Variations
Color information
#09057F (or 0x09057F) is known color: Navy. HEX triplet: 09, 05 and 7F. RGB value is (9,5,127). Sum of RGB (Red+Green+Blue) = 9+5+127=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #09057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09057F is #F6FA80. Grayscale: #131313. Windows color (decimal): -16185985 or 8324361. OLE color: 8324361.
HSL color Cylindrical-coordinate representation of color #09057F: hue angle of 241.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09057F is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 5 | 127 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.50 |
| HSL | 241.97º | 0.92% | 0.26% | - |
| HSV(B) | 241.97º | 0.96% | 0.5% | - |
| XYZ | 4 | 1.7 | 20.2 | - |
| YUV | 20.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 127 | 0.93 | 0.96 | 0 | 0.50 | 241.97 | 0.92 | 0.26 |
| Hex | 9 | 5 | 7F | 5D | 60 | 0 | 32 | F2 | 5C | 1A |
| Octal | 11 | 5 | 177 | 135 | 140 | 0 | 62 | 362 | 134 | 32 |
| Binary | 1001 | 101 | 1111111 | 1011101 | 1100000 | 0 | 110010 | 11110010 | 1011100 | 11010 |
Color Harmonies of #09057F
Complementary color
Monochromatic Colors of #09057F
Black with #09057F
Text Example
Text Example
White with #09057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09057F; }
p { color: rgb(9,5,127); }
H1.HeaderClassName
{
color: #09057F;
}
.AnyTagClassName
{
color: #09057F;
}
</style>
background-color css
<style>
a { background-color: #09057F; }
a { background-color: rgb(9,5,127); }
div.DivClassName
{
background-color: #09057F;
}
.BgClassName
{
background-color: #09057F;
}
</style>
border-color css
<style>
span { border-color: #09057F; }
span { border-color: rgb(9,5,127); }
td.TdClassName
{
border-color: #09057F;
}
.TagClassName
{
border-color: #09057F;
}
</style>