Shades of Navy #09057B
Tints of Navy #09057B
RGB
CMYK
RGB Variations
Color information
#09057B (or 0x09057B) is known color: Navy. HEX triplet: 09, 05 and 7B. RGB value is (9,5,123). Sum of RGB (Red+Green+Blue) = 9+5+123=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 123 (48.44% from 255 or 89.78% from 137); Max value from RGB is 123 - color contains mainly: blue. Hex color #09057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09057B is #F6FA84. Grayscale: #131313. Windows color (decimal): -16185989 or 8062217. OLE color: 8062217.
HSL color Cylindrical-coordinate representation of color #09057B: hue angle of 242.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09057B is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 5 | 123 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.52 |
| HSL | 242.03º | 0.92% | 0.25% | - |
| HSV(B) | 242.03º | 0.96% | 0.48% | - |
| XYZ | 3.74 | 1.6 | 18.85 | - |
| YUV | 19.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 123 | 0.93 | 0.96 | 0 | 0.52 | 242.03 | 0.92 | 0.25 |
| Hex | 9 | 5 | 7B | 5D | 60 | 0 | 34 | F2 | 5C | 19 |
| Octal | 11 | 5 | 173 | 135 | 140 | 0 | 64 | 362 | 134 | 31 |
| Binary | 1001 | 101 | 1111011 | 1011101 | 1100000 | 0 | 110100 | 11110010 | 1011100 | 11001 |
Color Harmonies of #09057B
Complementary color
Monochromatic Colors of #09057B
Black with #09057B
Text Example
Text Example
White with #09057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09057B; }
p { color: rgb(9,5,123); }
H1.HeaderClassName
{
color: #09057B;
}
.AnyTagClassName
{
color: #09057B;
}
</style>
background-color css
<style>
a { background-color: #09057B; }
a { background-color: rgb(9,5,123); }
div.DivClassName
{
background-color: #09057B;
}
.BgClassName
{
background-color: #09057B;
}
</style>
border-color css
<style>
span { border-color: #09057B; }
span { border-color: rgb(9,5,123); }
td.TdClassName
{
border-color: #09057B;
}
.TagClassName
{
border-color: #09057B;
}
</style>