Shades of Navy #010984
Tints of Navy #010984
RGB
CMYK
RGB Variations
Color information
#010984 (or 0x010984) is known color: Navy. HEX triplet: 01, 09 and 84. RGB value is (1,9,132). Sum of RGB (Red+Green+Blue) = 1+9+132=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 132 (51.95% from 255 or 92.96% from 142); Max value from RGB is 132 - color contains mainly: blue. Hex color #010984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010984 is #FEF67B. Grayscale: #141414. Windows color (decimal): -16709244 or 8653057. OLE color: 8653057.
HSL color Cylindrical-coordinate representation of color #010984: hue angle of 236.34º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010984 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 9 | 132 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.48 |
| HSL | 236.34º | 0.98% | 0.26% | - |
| HSV(B) | 236.34º | 0.99% | 0.52% | - |
| XYZ | 4.28 | 1.87 | 21.96 | - |
| YUV | 20.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 132 | 0.99 | 0.93 | 0 | 0.48 | 236.34 | 0.98 | 0.26 |
| Hex | 1 | 9 | 84 | 63 | 5D | 0 | 30 | EC | 62 | 1A |
| Octal | 1 | 11 | 204 | 143 | 135 | 0 | 60 | 354 | 142 | 32 |
| Binary | 1 | 1001 | 10000100 | 1100011 | 1011101 | 0 | 110000 | 11101100 | 1100010 | 11010 |
Color Harmonies of #010984
Complementary color
Monochromatic Colors of #010984
Black with #010984
Text Example
Text Example
White with #010984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010984; }
p { color: rgb(1,9,132); }
H1.HeaderClassName
{
color: #010984;
}
.AnyTagClassName
{
color: #010984;
}
</style>
background-color css
<style>
a { background-color: #010984; }
a { background-color: rgb(1,9,132); }
div.DivClassName
{
background-color: #010984;
}
.BgClassName
{
background-color: #010984;
}
</style>
border-color css
<style>
span { border-color: #010984; }
span { border-color: rgb(1,9,132); }
td.TdClassName
{
border-color: #010984;
}
.TagClassName
{
border-color: #010984;
}
</style>