Shades of Dark Blue #001090
Tints of Dark Blue #001090
RGB
CMYK
RGB Variations
Color information
#001090 (or 0x001090) is known color: Dark Blue. HEX triplet: 00, 10 and 90. RGB value is (0,16,144). Sum of RGB (Red+Green+Blue) = 0+16+144=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 144 (56.64% from 255 or 90% from 160); Max value from RGB is 144 - color contains mainly: blue. Hex color #001090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001090 is #FFEF6F. Grayscale: #191919. Windows color (decimal): -16772976 or 9441280. OLE color: 9441280.
HSL color Cylindrical-coordinate representation of color #001090: hue angle of 233.33º 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 #001090 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 16 | 144 | - |
| CMYK | 1 | 0.89 | 0 | 0.44 |
| HSL | 233.33º | 1% | 0.28% | - |
| HSV(B) | 233.33º | 1% | 0.56% | - |
| XYZ | 5.22 | 2.38 | 26.57 | - |
| YUV | 25.81 | 194.7 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 144 | 1 | 0.89 | 0 | 0.44 | 233.33 | 1 | 0.28 |
| Hex | 0 | 10 | 90 | 64 | 59 | 0 | 2C | E9 | 64 | 1C |
| Octal | 0 | 20 | 220 | 144 | 131 | 0 | 54 | 351 | 144 | 34 |
| Binary | 0 | 10000 | 10010000 | 1100100 | 1011001 | 0 | 101100 | 11101001 | 1100100 | 11100 |
Color Harmonies of #001090
Complementary color
Monochromatic Colors of #001090
Black with #001090
Text Example
Text Example
White with #001090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001090; }
p { color: rgb(0,16,144); }
H1.HeaderClassName
{
color: #001090;
}
.AnyTagClassName
{
color: #001090;
}
</style>
background-color css
<style>
a { background-color: #001090; }
a { background-color: rgb(0,16,144); }
div.DivClassName
{
background-color: #001090;
}
.BgClassName
{
background-color: #001090;
}
</style>
border-color css
<style>
span { border-color: #001090; }
span { border-color: rgb(0,16,144); }
td.TdClassName
{
border-color: #001090;
}
.TagClassName
{
border-color: #001090;
}
</style>