Shades of Navy #090071
Tints of Navy #090071
RGB
CMYK
RGB Variations
Color information
#090071 (or 0x090071) is known color: Navy. HEX triplet: 09, 00 and 71. RGB value is (9,0,113). Sum of RGB (Red+Green+Blue) = 9+0+113=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 113 (44.53% from 255 or 92.62% from 122); Max value from RGB is 113 - color contains mainly: blue. Hex color #090071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090071 is #F6FF8E. Grayscale: #0F0F0F. Windows color (decimal): -16187279 or 7405577. OLE color: 7405577.
HSL color Cylindrical-coordinate representation of color #090071: hue angle of 244.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090071 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 0 | 113 | - |
| CMYK | 0.92 | 1 | 0 | 0.56 |
| HSL | 244.78º | 1% | 0.22% | - |
| HSV(B) | 244.78º | 1% | 0.44% | - |
| XYZ | 3.09 | 1.25 | 15.7 | - |
| YUV | 15.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 113 | 0.92 | 1 | 0 | 0.56 | 244.78 | 1 | 0.22 |
| Hex | 9 | 0 | 71 | 5C | 64 | 0 | 38 | F5 | 64 | 16 |
| Octal | 11 | 0 | 161 | 134 | 144 | 0 | 70 | 365 | 144 | 26 |
| Binary | 1001 | 0 | 1110001 | 1011100 | 1100100 | 0 | 111000 | 11110101 | 1100100 | 10110 |
Color Harmonies of #090071
Complementary color
Monochromatic Colors of #090071
Black with #090071
Text Example
Text Example
White with #090071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090071; }
p { color: rgb(9,0,113); }
H1.HeaderClassName
{
color: #090071;
}
.AnyTagClassName
{
color: #090071;
}
</style>
background-color css
<style>
a { background-color: #090071; }
a { background-color: rgb(9,0,113); }
div.DivClassName
{
background-color: #090071;
}
.BgClassName
{
background-color: #090071;
}
</style>
border-color css
<style>
span { border-color: #090071; }
span { border-color: rgb(9,0,113); }
td.TdClassName
{
border-color: #090071;
}
.TagClassName
{
border-color: #090071;
}
</style>