Shades of Navy #010981
Tints of Navy #010981
RGB
CMYK
RGB Variations
Color information
#010981 (or 0x010981) is known color: Navy. HEX triplet: 01, 09 and 81. RGB value is (1,9,129). Sum of RGB (Red+Green+Blue) = 1+9+129=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 129 (50.78% from 255 or 92.81% from 139); Max value from RGB is 129 - color contains mainly: blue. Hex color #010981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010981 is #FEF67E. Grayscale: #131313. Windows color (decimal): -16709247 or 8456449. OLE color: 8456449.
HSL color Cylindrical-coordinate representation of color #010981: hue angle of 236.25º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010981 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 9 | 129 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.49 |
| HSL | 236.25º | 0.98% | 0.25% | - |
| HSV(B) | 236.25º | 0.99% | 0.51% | - |
| XYZ | 4.07 | 1.79 | 20.9 | - |
| YUV | 20.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 129 | 0.99 | 0.93 | 0 | 0.49 | 236.25 | 0.98 | 0.25 |
| Hex | 1 | 9 | 81 | 63 | 5D | 0 | 31 | EC | 62 | 19 |
| Octal | 1 | 11 | 201 | 143 | 135 | 0 | 61 | 354 | 142 | 31 |
| Binary | 1 | 1001 | 10000001 | 1100011 | 1011101 | 0 | 110001 | 11101100 | 1100010 | 11001 |
Color Harmonies of #010981
Complementary color
Monochromatic Colors of #010981
Black with #010981
Text Example
Text Example
White with #010981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010981; }
p { color: rgb(1,9,129); }
H1.HeaderClassName
{
color: #010981;
}
.AnyTagClassName
{
color: #010981;
}
</style>
background-color css
<style>
a { background-color: #010981; }
a { background-color: rgb(1,9,129); }
div.DivClassName
{
background-color: #010981;
}
.BgClassName
{
background-color: #010981;
}
</style>
border-color css
<style>
span { border-color: #010981; }
span { border-color: rgb(1,9,129); }
td.TdClassName
{
border-color: #010981;
}
.TagClassName
{
border-color: #010981;
}
</style>