Shades of Dark Blue #001987
Tints of Dark Blue #001987
RGB
CMYK
RGB Variations
Color information
#001987 (or 0x001987) is known color: Dark Blue. HEX triplet: 00, 19 and 87. RGB value is (0,25,135). Sum of RGB (Red+Green+Blue) = 0+25+135=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #001987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001987 is #FFE678. Grayscale: #1D1D1D. Windows color (decimal): -16770681 or 8853760. OLE color: 8853760.
HSL color Cylindrical-coordinate representation of color #001987: hue angle of 228.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001987 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 25 | 135 | - |
| CMYK | 1 | 0.81 | 0 | 0.47 |
| HSL | 228.89º | 1% | 0.26% | - |
| HSV(B) | 228.89º | 1% | 0.53% | - |
| XYZ | 4.72 | 2.44 | 23.14 | - |
| YUV | 30.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 135 | 1 | 0.81 | 0 | 0.47 | 228.89 | 1 | 0.26 |
| Hex | 0 | 19 | 87 | 64 | 51 | 0 | 2F | E5 | 64 | 1A |
| Octal | 0 | 31 | 207 | 144 | 121 | 0 | 57 | 345 | 144 | 32 |
| Binary | 0 | 11001 | 10000111 | 1100100 | 1010001 | 0 | 101111 | 11100101 | 1100100 | 11010 |
Color Harmonies of #001987
Complementary color
Monochromatic Colors of #001987
Black with #001987
Text Example
Text Example
White with #001987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001987; }
p { color: rgb(0,25,135); }
H1.HeaderClassName
{
color: #001987;
}
.AnyTagClassName
{
color: #001987;
}
</style>
background-color css
<style>
a { background-color: #001987; }
a { background-color: rgb(0,25,135); }
div.DivClassName
{
background-color: #001987;
}
.BgClassName
{
background-color: #001987;
}
</style>
border-color css
<style>
span { border-color: #001987; }
span { border-color: rgb(0,25,135); }
td.TdClassName
{
border-color: #001987;
}
.TagClassName
{
border-color: #001987;
}
</style>