Shades of Dark Blue #001289
Tints of Dark Blue #001289
RGB
CMYK
RGB Variations
Color information
#001289 (or 0x001289) is known color: Dark Blue. HEX triplet: 00, 12 and 89. RGB value is (0,18,137). Sum of RGB (Red+Green+Blue) = 0+18+137=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #001289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001289 is #FFED76. Grayscale: #191919. Windows color (decimal): -16772471 or 8983040. OLE color: 8983040.
HSL color Cylindrical-coordinate representation of color #001289: hue angle of 232.12º 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 #001289 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 18 | 137 | - |
| CMYK | 1 | 0.87 | 0 | 0.46 |
| HSL | 232.12º | 1% | 0.27% | - |
| HSV(B) | 232.12º | 1% | 0.54% | - |
| XYZ | 4.73 | 2.24 | 23.85 | - |
| YUV | 26.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 137 | 1 | 0.87 | 0 | 0.46 | 232.12 | 1 | 0.27 |
| Hex | 0 | 12 | 89 | 64 | 57 | 0 | 2E | E8 | 64 | 1B |
| Octal | 0 | 22 | 211 | 144 | 127 | 0 | 56 | 350 | 144 | 33 |
| Binary | 0 | 10010 | 10001001 | 1100100 | 1010111 | 0 | 101110 | 11101000 | 1100100 | 11011 |
Color Harmonies of #001289
Complementary color
Monochromatic Colors of #001289
Black with #001289
Text Example
Text Example
White with #001289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001289; }
p { color: rgb(0,18,137); }
H1.HeaderClassName
{
color: #001289;
}
.AnyTagClassName
{
color: #001289;
}
</style>
background-color css
<style>
a { background-color: #001289; }
a { background-color: rgb(0,18,137); }
div.DivClassName
{
background-color: #001289;
}
.BgClassName
{
background-color: #001289;
}
</style>
border-color css
<style>
span { border-color: #001289; }
span { border-color: rgb(0,18,137); }
td.TdClassName
{
border-color: #001289;
}
.TagClassName
{
border-color: #001289;
}
</style>