Shades of Navy #001880
Tints of Navy #001880
RGB
CMYK
RGB Variations
Color information
#001880 (or 0x001880) is known color: Navy. HEX triplet: 00, 18 and 80. RGB value is (0,24,128). Sum of RGB (Red+Green+Blue) = 0+24+128=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #001880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001880 is #FFE77F. Grayscale: #1C1C1C. Windows color (decimal): -16770944 or 8394752. OLE color: 8394752.
HSL color Cylindrical-coordinate representation of color #001880: hue angle of 228.75º 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 #001880 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 24 | 128 | - |
| CMYK | 1 | 0.81 | 0 | 0.50 |
| HSL | 228.75º | 1% | 0.25% | - |
| HSV(B) | 228.75º | 1% | 0.5% | - |
| XYZ | 4.22 | 2.21 | 20.63 | - |
| YUV | 28.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 128 | 1 | 0.81 | 0 | 0.50 | 228.75 | 1 | 0.25 |
| Hex | 0 | 18 | 80 | 64 | 51 | 0 | 32 | E5 | 64 | 19 |
| Octal | 0 | 30 | 200 | 144 | 121 | 0 | 62 | 345 | 144 | 31 |
| Binary | 0 | 11000 | 10000000 | 1100100 | 1010001 | 0 | 110010 | 11100101 | 1100100 | 11001 |
Color Harmonies of #001880
Complementary color
Monochromatic Colors of #001880
Black with #001880
Text Example
Text Example
White with #001880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001880; }
p { color: rgb(0,24,128); }
H1.HeaderClassName
{
color: #001880;
}
.AnyTagClassName
{
color: #001880;
}
</style>
background-color css
<style>
a { background-color: #001880; }
a { background-color: rgb(0,24,128); }
div.DivClassName
{
background-color: #001880;
}
.BgClassName
{
background-color: #001880;
}
</style>
border-color css
<style>
span { border-color: #001880; }
span { border-color: rgb(0,24,128); }
td.TdClassName
{
border-color: #001880;
}
.TagClassName
{
border-color: #001880;
}
</style>