Shades of Navy #001082
Tints of Navy #001082
RGB
CMYK
RGB Variations
Color information
#001082 (or 0x001082) is known color: Navy. HEX triplet: 00, 10 and 82. RGB value is (0,16,130). Sum of RGB (Red+Green+Blue) = 0+16+130=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #001082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001082 is #FFEF7D. Grayscale: #171717. Windows color (decimal): -16772990 or 8523776. OLE color: 8523776.
HSL color Cylindrical-coordinate representation of color #001082: hue angle of 232.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001082 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 16 | 130 | - |
| CMYK | 1 | 0.88 | 0 | 0.49 |
| HSL | 232.62º | 1% | 0.25% | - |
| HSV(B) | 232.62º | 1% | 0.51% | - |
| XYZ | 4.21 | 1.98 | 21.28 | - |
| YUV | 24.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 130 | 1 | 0.88 | 0 | 0.49 | 232.62 | 1 | 0.25 |
| Hex | 0 | 10 | 82 | 64 | 58 | 0 | 31 | E9 | 64 | 19 |
| Octal | 0 | 20 | 202 | 144 | 130 | 0 | 61 | 351 | 144 | 31 |
| Binary | 0 | 10000 | 10000010 | 1100100 | 1011000 | 0 | 110001 | 11101001 | 1100100 | 11001 |
Color Harmonies of #001082
Complementary color
Monochromatic Colors of #001082
Black with #001082
Text Example
Text Example
White with #001082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001082; }
p { color: rgb(0,16,130); }
H1.HeaderClassName
{
color: #001082;
}
.AnyTagClassName
{
color: #001082;
}
</style>
background-color css
<style>
a { background-color: #001082; }
a { background-color: rgb(0,16,130); }
div.DivClassName
{
background-color: #001082;
}
.BgClassName
{
background-color: #001082;
}
</style>
border-color css
<style>
span { border-color: #001082; }
span { border-color: rgb(0,16,130); }
td.TdClassName
{
border-color: #001082;
}
.TagClassName
{
border-color: #001082;
}
</style>