Shades of Dark Blue #001189
Tints of Dark Blue #001189
RGB
CMYK
RGB Variations
Color information
#001189 (or 0x001189) is known color: Dark Blue. HEX triplet: 00, 11 and 89. RGB value is (0,17,137). Sum of RGB (Red+Green+Blue) = 0+17+137=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 137 (53.91% from 255 or 88.96% from 154); Max value from RGB is 137 - color contains mainly: blue. Hex color #001189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001189 is #FFEE76. Grayscale: #191919. Windows color (decimal): -16772727 or 8982784. OLE color: 8982784.
HSL color Cylindrical-coordinate representation of color #001189: hue angle of 232.55º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001189 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 17 | 137 | - |
| CMYK | 1 | 0.88 | 0 | 0.46 |
| HSL | 232.55º | 1% | 0.27% | - |
| HSV(B) | 232.55º | 1% | 0.54% | - |
| XYZ | 4.72 | 2.21 | 23.84 | - |
| YUV | 25.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 137 | 1 | 0.88 | 0 | 0.46 | 232.55 | 1 | 0.27 |
| Hex | 0 | 11 | 89 | 64 | 58 | 0 | 2E | E9 | 64 | 1B |
| Octal | 0 | 21 | 211 | 144 | 130 | 0 | 56 | 351 | 144 | 33 |
| Binary | 0 | 10001 | 10001001 | 1100100 | 1011000 | 0 | 101110 | 11101001 | 1100100 | 11011 |
Color Harmonies of #001189
Complementary color
Monochromatic Colors of #001189
Black with #001189
Text Example
Text Example
White with #001189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001189; }
p { color: rgb(0,17,137); }
H1.HeaderClassName
{
color: #001189;
}
.AnyTagClassName
{
color: #001189;
}
</style>
background-color css
<style>
a { background-color: #001189; }
a { background-color: rgb(0,17,137); }
div.DivClassName
{
background-color: #001189;
}
.BgClassName
{
background-color: #001189;
}
</style>
border-color css
<style>
span { border-color: #001189; }
span { border-color: rgb(0,17,137); }
td.TdClassName
{
border-color: #001189;
}
.TagClassName
{
border-color: #001189;
}
</style>