Shades of Dark Blue #010D90
Tints of Dark Blue #010D90
RGB
CMYK
RGB Variations
Color information
#010D90 (or 0x010D90) is known color: Dark Blue. HEX triplet: 01, 0D and 90. RGB value is (1,13,144). Sum of RGB (Red+Green+Blue) = 1+13+144=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 144 (56.64% from 255 or 91.14% from 158); Max value from RGB is 144 - color contains mainly: blue. Hex color #010D90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D90 is #FEF26F. Grayscale: #171717. Windows color (decimal): -16708208 or 9440513. OLE color: 9440513.
HSL color Cylindrical-coordinate representation of color #010D90: hue angle of 234.97º 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 #010D90 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 13 | 144 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.44 |
| HSL | 234.97º | 0.99% | 0.28% | - |
| HSV(B) | 234.97º | 0.99% | 0.56% | - |
| XYZ | 5.19 | 2.31 | 26.56 | - |
| YUV | 24.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 144 | 0.99 | 0.91 | 0 | 0.44 | 234.97 | 0.99 | 0.28 |
| Hex | 1 | D | 90 | 63 | 5B | 0 | 2C | EB | 63 | 1C |
| Octal | 1 | 15 | 220 | 143 | 133 | 0 | 54 | 353 | 143 | 34 |
| Binary | 1 | 1101 | 10010000 | 1100011 | 1011011 | 0 | 101100 | 11101011 | 1100011 | 11100 |
Color Harmonies of #010D90
Complementary color
Monochromatic Colors of #010D90
Black with #010D90
Text Example
Text Example
White with #010D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D90; }
p { color: rgb(1,13,144); }
H1.HeaderClassName
{
color: #010D90;
}
.AnyTagClassName
{
color: #010D90;
}
</style>
background-color css
<style>
a { background-color: #010D90; }
a { background-color: rgb(1,13,144); }
div.DivClassName
{
background-color: #010D90;
}
.BgClassName
{
background-color: #010D90;
}
</style>
border-color css
<style>
span { border-color: #010D90; }
span { border-color: rgb(1,13,144); }
td.TdClassName
{
border-color: #010D90;
}
.TagClassName
{
border-color: #010D90;
}
</style>