Shades of Dark Blue #011989
Tints of Dark Blue #011989
RGB
CMYK
RGB Variations
Color information
#011989 (or 0x011989) is known color: Dark Blue. HEX triplet: 01, 19 and 89. RGB value is (1,25,137). Sum of RGB (Red+Green+Blue) = 1+25+137=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #011989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011989 is #FEE676. Grayscale: #1E1E1E. Windows color (decimal): -16705143 or 8984833. OLE color: 8984833.
HSL color Cylindrical-coordinate representation of color #011989: hue angle of 229.41º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011989 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 25 | 137 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.46 |
| HSL | 229.41º | 0.99% | 0.27% | - |
| HSV(B) | 229.41º | 0.99% | 0.54% | - |
| XYZ | 4.88 | 2.51 | 23.89 | - |
| YUV | 30.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 137 | 0.99 | 0.82 | 0 | 0.46 | 229.41 | 0.99 | 0.27 |
| Hex | 1 | 19 | 89 | 63 | 52 | 0 | 2E | E5 | 63 | 1B |
| Octal | 1 | 31 | 211 | 143 | 122 | 0 | 56 | 345 | 143 | 33 |
| Binary | 1 | 11001 | 10001001 | 1100011 | 1010010 | 0 | 101110 | 11100101 | 1100011 | 11011 |
Color Harmonies of #011989
Complementary color
Monochromatic Colors of #011989
Black with #011989
Text Example
Text Example
White with #011989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011989; }
p { color: rgb(1,25,137); }
H1.HeaderClassName
{
color: #011989;
}
.AnyTagClassName
{
color: #011989;
}
</style>
background-color css
<style>
a { background-color: #011989; }
a { background-color: rgb(1,25,137); }
div.DivClassName
{
background-color: #011989;
}
.BgClassName
{
background-color: #011989;
}
</style>
border-color css
<style>
span { border-color: #011989; }
span { border-color: rgb(1,25,137); }
td.TdClassName
{
border-color: #011989;
}
.TagClassName
{
border-color: #011989;
}
</style>