Shades of Dark Blue #011788
Tints of Dark Blue #011788
RGB
CMYK
RGB Variations
Color information
#011788 (or 0x011788) is known color: Dark Blue. HEX triplet: 01, 17 and 88. RGB value is (1,23,136). Sum of RGB (Red+Green+Blue) = 1+23+136=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 136 (53.52% from 255 or 85% from 160); Max value from RGB is 136 - color contains mainly: blue. Hex color #011788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011788 is #FEE877. Grayscale: #1C1C1C. Windows color (decimal): -16705656 or 8918785. OLE color: 8918785.
HSL color Cylindrical-coordinate representation of color #011788: hue angle of 230.22º 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 #011788 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 23 | 136 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.47 |
| HSL | 230.22º | 0.99% | 0.27% | - |
| HSV(B) | 230.22º | 0.99% | 0.53% | - |
| XYZ | 4.76 | 2.4 | 23.5 | - |
| YUV | 29.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 136 | 0.99 | 0.83 | 0 | 0.47 | 230.22 | 0.99 | 0.27 |
| Hex | 1 | 17 | 88 | 63 | 53 | 0 | 2F | E6 | 63 | 1B |
| Octal | 1 | 27 | 210 | 143 | 123 | 0 | 57 | 346 | 143 | 33 |
| Binary | 1 | 10111 | 10001000 | 1100011 | 1010011 | 0 | 101111 | 11100110 | 1100011 | 11011 |
Color Harmonies of #011788
Complementary color
Monochromatic Colors of #011788
Black with #011788
Text Example
Text Example
White with #011788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011788; }
p { color: rgb(1,23,136); }
H1.HeaderClassName
{
color: #011788;
}
.AnyTagClassName
{
color: #011788;
}
</style>
background-color css
<style>
a { background-color: #011788; }
a { background-color: rgb(1,23,136); }
div.DivClassName
{
background-color: #011788;
}
.BgClassName
{
background-color: #011788;
}
</style>
border-color css
<style>
span { border-color: #011788; }
span { border-color: rgb(1,23,136); }
td.TdClassName
{
border-color: #011788;
}
.TagClassName
{
border-color: #011788;
}
</style>