Shades of Dark Blue #001390
Tints of Dark Blue #001390
RGB
CMYK
RGB Variations
Color information
#001390 (or 0x001390) is known color: Dark Blue. HEX triplet: 00, 13 and 90. RGB value is (0,19,144). Sum of RGB (Red+Green+Blue) = 0+19+144=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #001390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001390 is #FFEC6F. Grayscale: #1B1B1B. Windows color (decimal): -16772208 or 9442048. OLE color: 9442048.
HSL color Cylindrical-coordinate representation of color #001390: hue angle of 232.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001390 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 19 | 144 | - |
| CMYK | 1 | 0.87 | 0 | 0.44 |
| HSL | 232.08º | 1% | 0.28% | - |
| HSV(B) | 232.08º | 1% | 0.56% | - |
| XYZ | 5.27 | 2.48 | 26.59 | - |
| YUV | 27.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 144 | 1 | 0.87 | 0 | 0.44 | 232.08 | 1 | 0.28 |
| Hex | 0 | 13 | 90 | 64 | 57 | 0 | 2C | E8 | 64 | 1C |
| Octal | 0 | 23 | 220 | 144 | 127 | 0 | 54 | 350 | 144 | 34 |
| Binary | 0 | 10011 | 10010000 | 1100100 | 1010111 | 0 | 101100 | 11101000 | 1100100 | 11100 |
Color Harmonies of #001390
Complementary color
Monochromatic Colors of #001390
Black with #001390
Text Example
Text Example
White with #001390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001390; }
p { color: rgb(0,19,144); }
H1.HeaderClassName
{
color: #001390;
}
.AnyTagClassName
{
color: #001390;
}
</style>
background-color css
<style>
a { background-color: #001390; }
a { background-color: rgb(0,19,144); }
div.DivClassName
{
background-color: #001390;
}
.BgClassName
{
background-color: #001390;
}
</style>
border-color css
<style>
span { border-color: #001390; }
span { border-color: rgb(0,19,144); }
td.TdClassName
{
border-color: #001390;
}
.TagClassName
{
border-color: #001390;
}
</style>