Shades of Dark Blue #001889
Tints of Dark Blue #001889
RGB
CMYK
RGB Variations
Color information
#001889 (or 0x001889) is known color: Dark Blue. HEX triplet: 00, 18 and 89. RGB value is (0,24,137). Sum of RGB (Red+Green+Blue) = 0+24+137=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #001889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001889 is #FFE776. Grayscale: #1D1D1D. Windows color (decimal): -16770935 or 8984576. OLE color: 8984576.
HSL color Cylindrical-coordinate representation of color #001889: hue angle of 229.49º 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 #001889 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 24 | 137 | - |
| CMYK | 1 | 0.82 | 0 | 0.46 |
| HSL | 229.49º | 1% | 0.27% | - |
| HSV(B) | 229.49º | 1% | 0.54% | - |
| XYZ | 4.84 | 2.46 | 23.89 | - |
| YUV | 29.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 137 | 1 | 0.82 | 0 | 0.46 | 229.49 | 1 | 0.27 |
| Hex | 0 | 18 | 89 | 64 | 52 | 0 | 2E | E5 | 64 | 1B |
| Octal | 0 | 30 | 211 | 144 | 122 | 0 | 56 | 345 | 144 | 33 |
| Binary | 0 | 11000 | 10001001 | 1100100 | 1010010 | 0 | 101110 | 11100101 | 1100100 | 11011 |
Color Harmonies of #001889
Complementary color
Monochromatic Colors of #001889
Black with #001889
Text Example
Text Example
White with #001889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001889; }
p { color: rgb(0,24,137); }
H1.HeaderClassName
{
color: #001889;
}
.AnyTagClassName
{
color: #001889;
}
</style>
background-color css
<style>
a { background-color: #001889; }
a { background-color: rgb(0,24,137); }
div.DivClassName
{
background-color: #001889;
}
.BgClassName
{
background-color: #001889;
}
</style>
border-color css
<style>
span { border-color: #001889; }
span { border-color: rgb(0,24,137); }
td.TdClassName
{
border-color: #001889;
}
.TagClassName
{
border-color: #001889;
}
</style>