Shades of Dark Blue #001389
Tints of Dark Blue #001389
RGB
CMYK
RGB Variations
Color information
#001389 (or 0x001389) is known color: Dark Blue. HEX triplet: 00, 13 and 89. RGB value is (0,19,137). Sum of RGB (Red+Green+Blue) = 0+19+137=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #001389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001389 is #FFEC76. Grayscale: #1A1A1A. Windows color (decimal): -16772215 or 8983296. OLE color: 8983296.
HSL color Cylindrical-coordinate representation of color #001389: hue angle of 231.68º 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 #001389 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 19 | 137 | - |
| CMYK | 1 | 0.86 | 0 | 0.46 |
| HSL | 231.68º | 1% | 0.27% | - |
| HSV(B) | 231.68º | 1% | 0.54% | - |
| XYZ | 4.75 | 2.27 | 23.86 | - |
| YUV | 26.77 | 190.21 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 137 | 1 | 0.86 | 0 | 0.46 | 231.68 | 1 | 0.27 |
| Hex | 0 | 13 | 89 | 64 | 56 | 0 | 2E | E8 | 64 | 1B |
| Octal | 0 | 23 | 211 | 144 | 126 | 0 | 56 | 350 | 144 | 33 |
| Binary | 0 | 10011 | 10001001 | 1100100 | 1010110 | 0 | 101110 | 11101000 | 1100100 | 11011 |
Color Harmonies of #001389
Complementary color
Monochromatic Colors of #001389
Black with #001389
Text Example
Text Example
White with #001389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001389; }
p { color: rgb(0,19,137); }
H1.HeaderClassName
{
color: #001389;
}
.AnyTagClassName
{
color: #001389;
}
</style>
background-color css
<style>
a { background-color: #001389; }
a { background-color: rgb(0,19,137); }
div.DivClassName
{
background-color: #001389;
}
.BgClassName
{
background-color: #001389;
}
</style>
border-color css
<style>
span { border-color: #001389; }
span { border-color: rgb(0,19,137); }
td.TdClassName
{
border-color: #001389;
}
.TagClassName
{
border-color: #001389;
}
</style>