Shades of Dark Blue #011188
Tints of Dark Blue #011188
RGB
CMYK
RGB Variations
Color information
#011188 (or 0x011188) is known color: Dark Blue. HEX triplet: 01, 11 and 88. RGB value is (1,17,136). Sum of RGB (Red+Green+Blue) = 1+17+136=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 136 (53.52% from 255 or 88.31% from 154); Max value from RGB is 136 - color contains mainly: blue. Hex color #011188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011188 is #FEEE77. Grayscale: #191919. Windows color (decimal): -16707192 or 8917249. OLE color: 8917249.
HSL color Cylindrical-coordinate representation of color #011188: hue angle of 232.89º 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 #011188 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 17 | 136 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.47 |
| HSL | 232.89º | 0.99% | 0.27% | - |
| HSV(B) | 232.89º | 0.99% | 0.53% | - |
| XYZ | 4.66 | 2.18 | 23.47 | - |
| YUV | 25.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 136 | 0.99 | 0.87 | 0 | 0.47 | 232.89 | 0.99 | 0.27 |
| Hex | 1 | 11 | 88 | 63 | 57 | 0 | 2F | E9 | 63 | 1B |
| Octal | 1 | 21 | 210 | 143 | 127 | 0 | 57 | 351 | 143 | 33 |
| Binary | 1 | 10001 | 10001000 | 1100011 | 1010111 | 0 | 101111 | 11101001 | 1100011 | 11011 |
Color Harmonies of #011188
Complementary color
Monochromatic Colors of #011188
Black with #011188
Text Example
Text Example
White with #011188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011188; }
p { color: rgb(1,17,136); }
H1.HeaderClassName
{
color: #011188;
}
.AnyTagClassName
{
color: #011188;
}
</style>
background-color css
<style>
a { background-color: #011188; }
a { background-color: rgb(1,17,136); }
div.DivClassName
{
background-color: #011188;
}
.BgClassName
{
background-color: #011188;
}
</style>
border-color css
<style>
span { border-color: #011188; }
span { border-color: rgb(1,17,136); }
td.TdClassName
{
border-color: #011188;
}
.TagClassName
{
border-color: #011188;
}
</style>