Shades of Dark Blue #011387
Tints of Dark Blue #011387
RGB
CMYK
RGB Variations
Color information
#011387 (or 0x011387) is known color: Dark Blue. HEX triplet: 01, 13 and 87. RGB value is (1,19,135). Sum of RGB (Red+Green+Blue) = 1+19+135=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #011387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011387 is #FEEC78. Grayscale: #1A1A1A. Windows color (decimal): -16706681 or 8852225. OLE color: 8852225.
HSL color Cylindrical-coordinate representation of color #011387: hue angle of 231.94º 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 #011387 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 19 | 135 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.47 |
| HSL | 231.94º | 0.99% | 0.27% | - |
| HSV(B) | 231.94º | 0.99% | 0.53% | - |
| XYZ | 4.62 | 2.22 | 23.11 | - |
| YUV | 26.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 135 | 0.99 | 0.86 | 0 | 0.47 | 231.94 | 0.99 | 0.27 |
| Hex | 1 | 13 | 87 | 63 | 56 | 0 | 2F | E8 | 63 | 1B |
| Octal | 1 | 23 | 207 | 143 | 126 | 0 | 57 | 350 | 143 | 33 |
| Binary | 1 | 10011 | 10000111 | 1100011 | 1010110 | 0 | 101111 | 11101000 | 1100011 | 11011 |
Color Harmonies of #011387
Complementary color
Monochromatic Colors of #011387
Black with #011387
Text Example
Text Example
White with #011387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011387; }
p { color: rgb(1,19,135); }
H1.HeaderClassName
{
color: #011387;
}
.AnyTagClassName
{
color: #011387;
}
</style>
background-color css
<style>
a { background-color: #011387; }
a { background-color: rgb(1,19,135); }
div.DivClassName
{
background-color: #011387;
}
.BgClassName
{
background-color: #011387;
}
</style>
border-color css
<style>
span { border-color: #011387; }
span { border-color: rgb(1,19,135); }
td.TdClassName
{
border-color: #011387;
}
.TagClassName
{
border-color: #011387;
}
</style>