Shades of Navy #001980
Tints of Navy #001980
RGB
CMYK
RGB Variations
Color information
#001980 (or 0x001980) is known color: Navy. HEX triplet: 00, 19 and 80. RGB value is (0,25,128). Sum of RGB (Red+Green+Blue) = 0+25+128=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 128 (50.39% from 255 or 83.66% from 153); Max value from RGB is 128 - color contains mainly: blue. Hex color #001980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001980 is #FFE67F. Grayscale: #1C1C1C. Windows color (decimal): -16770688 or 8395008. OLE color: 8395008.
HSL color Cylindrical-coordinate representation of color #001980: hue angle of 228.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001980 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 25 | 128 | - |
| CMYK | 1 | 0.80 | 0 | 0.50 |
| HSL | 228.28º | 1% | 0.25% | - |
| HSV(B) | 228.28º | 1% | 0.5% | - |
| XYZ | 4.24 | 2.25 | 20.63 | - |
| YUV | 29.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 128 | 1 | 0.80 | 0 | 0.50 | 228.28 | 1 | 0.25 |
| Hex | 0 | 19 | 80 | 64 | 50 | 0 | 32 | E4 | 64 | 19 |
| Octal | 0 | 31 | 200 | 144 | 120 | 0 | 62 | 344 | 144 | 31 |
| Binary | 0 | 11001 | 10000000 | 1100100 | 1010000 | 0 | 110010 | 11100100 | 1100100 | 11001 |
Color Harmonies of #001980
Complementary color
Monochromatic Colors of #001980
Black with #001980
Text Example
Text Example
White with #001980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001980; }
p { color: rgb(0,25,128); }
H1.HeaderClassName
{
color: #001980;
}
.AnyTagClassName
{
color: #001980;
}
</style>
background-color css
<style>
a { background-color: #001980; }
a { background-color: rgb(0,25,128); }
div.DivClassName
{
background-color: #001980;
}
.BgClassName
{
background-color: #001980;
}
</style>
border-color css
<style>
span { border-color: #001980; }
span { border-color: rgb(0,25,128); }
td.TdClassName
{
border-color: #001980;
}
.TagClassName
{
border-color: #001980;
}
</style>