Shades of Navy #010982
Tints of Navy #010982
RGB
CMYK
RGB Variations
Color information
#010982 (or 0x010982) is known color: Navy. HEX triplet: 01, 09 and 82. RGB value is (1,9,130). Sum of RGB (Red+Green+Blue) = 1+9+130=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 130 (51.17% from 255 or 92.86% from 140); Max value from RGB is 130 - color contains mainly: blue. Hex color #010982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010982 is #FEF67D. Grayscale: #131313. Windows color (decimal): -16709246 or 8521985. OLE color: 8521985.
HSL color Cylindrical-coordinate representation of color #010982: hue angle of 236.28º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010982 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 9 | 130 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.49 |
| HSL | 236.28º | 0.98% | 0.26% | - |
| HSV(B) | 236.28º | 0.99% | 0.51% | - |
| XYZ | 4.14 | 1.81 | 21.25 | - |
| YUV | 20.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 130 | 0.99 | 0.93 | 0 | 0.49 | 236.28 | 0.98 | 0.26 |
| Hex | 1 | 9 | 82 | 63 | 5D | 0 | 31 | EC | 62 | 1A |
| Octal | 1 | 11 | 202 | 143 | 135 | 0 | 61 | 354 | 142 | 32 |
| Binary | 1 | 1001 | 10000010 | 1100011 | 1011101 | 0 | 110001 | 11101100 | 1100010 | 11010 |
Color Harmonies of #010982
Complementary color
Monochromatic Colors of #010982
Black with #010982
Text Example
Text Example
White with #010982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010982; }
p { color: rgb(1,9,130); }
H1.HeaderClassName
{
color: #010982;
}
.AnyTagClassName
{
color: #010982;
}
</style>
background-color css
<style>
a { background-color: #010982; }
a { background-color: rgb(1,9,130); }
div.DivClassName
{
background-color: #010982;
}
.BgClassName
{
background-color: #010982;
}
</style>
border-color css
<style>
span { border-color: #010982; }
span { border-color: rgb(1,9,130); }
td.TdClassName
{
border-color: #010982;
}
.TagClassName
{
border-color: #010982;
}
</style>