Shades of Dark Blue #010890
Tints of Dark Blue #010890
RGB
CMYK
RGB Variations
Color information
#010890 (or 0x010890) is known color: Dark Blue. HEX triplet: 01, 08 and 90. RGB value is (1,8,144). Sum of RGB (Red+Green+Blue) = 1+8+144=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 144 (56.64% from 255 or 94.12% from 153); Max value from RGB is 144 - color contains mainly: blue. Hex color #010890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010890 is #FEF76F. Grayscale: #141414. Windows color (decimal): -16709488 or 9439233. OLE color: 9439233.
HSL color Cylindrical-coordinate representation of color #010890: hue angle of 237.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010890 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 8 | 144 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.44 |
| HSL | 237.06º | 0.99% | 0.28% | - |
| HSV(B) | 237.06º | 0.99% | 0.56% | - |
| XYZ | 5.13 | 2.19 | 26.54 | - |
| YUV | 21.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 144 | 0.99 | 0.94 | 0 | 0.44 | 237.06 | 0.99 | 0.28 |
| Hex | 1 | 8 | 90 | 63 | 5E | 0 | 2C | ED | 63 | 1C |
| Octal | 1 | 10 | 220 | 143 | 136 | 0 | 54 | 355 | 143 | 34 |
| Binary | 1 | 1000 | 10010000 | 1100011 | 1011110 | 0 | 101100 | 11101101 | 1100011 | 11100 |
Color Harmonies of #010890
Complementary color
Monochromatic Colors of #010890
Black with #010890
Text Example
Text Example
White with #010890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010890; }
p { color: rgb(1,8,144); }
H1.HeaderClassName
{
color: #010890;
}
.AnyTagClassName
{
color: #010890;
}
</style>
background-color css
<style>
a { background-color: #010890; }
a { background-color: rgb(1,8,144); }
div.DivClassName
{
background-color: #010890;
}
.BgClassName
{
background-color: #010890;
}
</style>
border-color css
<style>
span { border-color: #010890; }
span { border-color: rgb(1,8,144); }
td.TdClassName
{
border-color: #010890;
}
.TagClassName
{
border-color: #010890;
}
</style>