Shades of Dark Blue #011887
Tints of Dark Blue #011887
RGB
CMYK
RGB Variations
Color information
#011887 (or 0x011887) is known color: Dark Blue. HEX triplet: 01, 18 and 87. RGB value is (1,24,135). Sum of RGB (Red+Green+Blue) = 1+24+135=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 24 (9.77% from 255 or 15% 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 #011887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011887 is #FEE778. Grayscale: #1D1D1D. Windows color (decimal): -16705401 or 8853505. OLE color: 8853505.
HSL color Cylindrical-coordinate representation of color #011887: hue angle of 229.7º 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 #011887 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 24 | 135 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.47 |
| HSL | 229.7º | 0.99% | 0.27% | - |
| HSV(B) | 229.7º | 0.99% | 0.53% | - |
| XYZ | 4.71 | 2.41 | 23.14 | - |
| YUV | 29.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 135 | 0.99 | 0.82 | 0 | 0.47 | 229.7 | 0.99 | 0.27 |
| Hex | 1 | 18 | 87 | 63 | 52 | 0 | 2F | E6 | 63 | 1B |
| Octal | 1 | 30 | 207 | 143 | 122 | 0 | 57 | 346 | 143 | 33 |
| Binary | 1 | 11000 | 10000111 | 1100011 | 1010010 | 0 | 101111 | 11100110 | 1100011 | 11011 |
Color Harmonies of #011887
Complementary color
Monochromatic Colors of #011887
Black with #011887
Text Example
Text Example
White with #011887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011887; }
p { color: rgb(1,24,135); }
H1.HeaderClassName
{
color: #011887;
}
.AnyTagClassName
{
color: #011887;
}
</style>
background-color css
<style>
a { background-color: #011887; }
a { background-color: rgb(1,24,135); }
div.DivClassName
{
background-color: #011887;
}
.BgClassName
{
background-color: #011887;
}
</style>
border-color css
<style>
span { border-color: #011887; }
span { border-color: rgb(1,24,135); }
td.TdClassName
{
border-color: #011887;
}
.TagClassName
{
border-color: #011887;
}
</style>