Shades of Dark Blue #011687
Tints of Dark Blue #011687
RGB
CMYK
RGB Variations
Color information
#011687 (or 0x011687) is known color: Dark Blue. HEX triplet: 01, 16 and 87. RGB value is (1,22,135). Sum of RGB (Red+Green+Blue) = 1+22+135=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #011687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011687 is #FEE978. Grayscale: #1C1C1C. Windows color (decimal): -16705913 or 8852993. OLE color: 8852993.
HSL color Cylindrical-coordinate representation of color #011687: hue angle of 230.6º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011687 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 22 | 135 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.47 |
| HSL | 230.6º | 0.99% | 0.27% | - |
| HSV(B) | 230.6º | 0.99% | 0.53% | - |
| XYZ | 4.67 | 2.33 | 23.13 | - |
| YUV | 28.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 135 | 0.99 | 0.84 | 0 | 0.47 | 230.6 | 0.99 | 0.27 |
| Hex | 1 | 16 | 87 | 63 | 54 | 0 | 2F | E7 | 63 | 1B |
| Octal | 1 | 26 | 207 | 143 | 124 | 0 | 57 | 347 | 143 | 33 |
| Binary | 1 | 10110 | 10000111 | 1100011 | 1010100 | 0 | 101111 | 11100111 | 1100011 | 11011 |
Color Harmonies of #011687
Complementary color
Monochromatic Colors of #011687
Black with #011687
Text Example
Text Example
White with #011687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011687; }
p { color: rgb(1,22,135); }
H1.HeaderClassName
{
color: #011687;
}
.AnyTagClassName
{
color: #011687;
}
</style>
background-color css
<style>
a { background-color: #011687; }
a { background-color: rgb(1,22,135); }
div.DivClassName
{
background-color: #011687;
}
.BgClassName
{
background-color: #011687;
}
</style>
border-color css
<style>
span { border-color: #011687; }
span { border-color: rgb(1,22,135); }
td.TdClassName
{
border-color: #011687;
}
.TagClassName
{
border-color: #011687;
}
</style>