Shades of Dark Blue #001490
Tints of Dark Blue #001490
RGB
CMYK
RGB Variations
Color information
#001490 (or 0x001490) is known color: Dark Blue. HEX triplet: 00, 14 and 90. RGB value is (0,20,144). Sum of RGB (Red+Green+Blue) = 0+20+144=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #001490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001490 is #FFEB6F. Grayscale: #1B1B1B. Windows color (decimal): -16771952 or 9442304. OLE color: 9442304.
HSL color Cylindrical-coordinate representation of color #001490: hue angle of 231.67º 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 #001490 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 20 | 144 | - |
| CMYK | 1 | 0.86 | 0 | 0.44 |
| HSL | 231.67º | 1% | 0.28% | - |
| HSV(B) | 231.67º | 1% | 0.56% | - |
| XYZ | 5.28 | 2.51 | 26.59 | - |
| YUV | 28.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 144 | 1 | 0.86 | 0 | 0.44 | 231.67 | 1 | 0.28 |
| Hex | 0 | 14 | 90 | 64 | 56 | 0 | 2C | E8 | 64 | 1C |
| Octal | 0 | 24 | 220 | 144 | 126 | 0 | 54 | 350 | 144 | 34 |
| Binary | 0 | 10100 | 10010000 | 1100100 | 1010110 | 0 | 101100 | 11101000 | 1100100 | 11100 |
Color Harmonies of #001490
Complementary color
Monochromatic Colors of #001490
Black with #001490
Text Example
Text Example
White with #001490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001490; }
p { color: rgb(0,20,144); }
H1.HeaderClassName
{
color: #001490;
}
.AnyTagClassName
{
color: #001490;
}
</style>
background-color css
<style>
a { background-color: #001490; }
a { background-color: rgb(0,20,144); }
div.DivClassName
{
background-color: #001490;
}
.BgClassName
{
background-color: #001490;
}
</style>
border-color css
<style>
span { border-color: #001490; }
span { border-color: rgb(0,20,144); }
td.TdClassName
{
border-color: #001490;
}
.TagClassName
{
border-color: #001490;
}
</style>