Shades of Navy #001981
Tints of Navy #001981
RGB
CMYK
RGB Variations
Color information
#001981 (or 0x001981) is known color: Navy. HEX triplet: 00, 19 and 81. RGB value is (0,25,129). Sum of RGB (Red+Green+Blue) = 0+25+129=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 129 (50.78% from 255 or 83.77% from 154); Max value from RGB is 129 - color contains mainly: blue. Hex color #001981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001981 is #FFE67E. Grayscale: #1C1C1C. Windows color (decimal): -16770687 or 8460544. OLE color: 8460544.
HSL color Cylindrical-coordinate representation of color #001981: hue angle of 228.37º 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 #001981 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 25 | 129 | - |
| CMYK | 1 | 0.81 | 0 | 0.49 |
| HSL | 228.37º | 1% | 0.25% | - |
| HSV(B) | 228.37º | 1% | 0.51% | - |
| XYZ | 4.31 | 2.28 | 20.98 | - |
| YUV | 29.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 129 | 1 | 0.81 | 0 | 0.49 | 228.37 | 1 | 0.25 |
| Hex | 0 | 19 | 81 | 64 | 51 | 0 | 31 | E4 | 64 | 19 |
| Octal | 0 | 31 | 201 | 144 | 121 | 0 | 61 | 344 | 144 | 31 |
| Binary | 0 | 11001 | 10000001 | 1100100 | 1010001 | 0 | 110001 | 11100100 | 1100100 | 11001 |
Color Harmonies of #001981
Complementary color
Monochromatic Colors of #001981
Black with #001981
Text Example
Text Example
White with #001981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001981; }
p { color: rgb(0,25,129); }
H1.HeaderClassName
{
color: #001981;
}
.AnyTagClassName
{
color: #001981;
}
</style>
background-color css
<style>
a { background-color: #001981; }
a { background-color: rgb(0,25,129); }
div.DivClassName
{
background-color: #001981;
}
.BgClassName
{
background-color: #001981;
}
</style>
border-color css
<style>
span { border-color: #001981; }
span { border-color: rgb(0,25,129); }
td.TdClassName
{
border-color: #001981;
}
.TagClassName
{
border-color: #001981;
}
</style>