Shades of Dark Blue #010A87
Tints of Dark Blue #010A87
RGB
CMYK
RGB Variations
Color information
#010A87 (or 0x010A87) is known color: Dark Blue. HEX triplet: 01, 0A and 87. RGB value is (1,10,135). Sum of RGB (Red+Green+Blue) = 1+10+135=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 135 (53.12% from 255 or 92.47% from 146); Max value from RGB is 135 - color contains mainly: blue. Hex color #010A87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A87 is #FEF578. Grayscale: #151515. Windows color (decimal): -16708985 or 8849921. OLE color: 8849921.
HSL color Cylindrical-coordinate representation of color #010A87: hue angle of 235.97º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A87 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 10 | 135 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.47 |
| HSL | 235.97º | 0.99% | 0.27% | - |
| HSV(B) | 235.97º | 0.99% | 0.53% | - |
| XYZ | 4.49 | 1.97 | 23.07 | - |
| YUV | 21.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 135 | 0.99 | 0.93 | 0 | 0.47 | 235.97 | 0.99 | 0.27 |
| Hex | 1 | A | 87 | 63 | 5D | 0 | 2F | EC | 63 | 1B |
| Octal | 1 | 12 | 207 | 143 | 135 | 0 | 57 | 354 | 143 | 33 |
| Binary | 1 | 1010 | 10000111 | 1100011 | 1011101 | 0 | 101111 | 11101100 | 1100011 | 11011 |
Color Harmonies of #010A87
Complementary color
Monochromatic Colors of #010A87
Black with #010A87
Text Example
Text Example
White with #010A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A87; }
p { color: rgb(1,10,135); }
H1.HeaderClassName
{
color: #010A87;
}
.AnyTagClassName
{
color: #010A87;
}
</style>
background-color css
<style>
a { background-color: #010A87; }
a { background-color: rgb(1,10,135); }
div.DivClassName
{
background-color: #010A87;
}
.BgClassName
{
background-color: #010A87;
}
</style>
border-color css
<style>
span { border-color: #010A87; }
span { border-color: rgb(1,10,135); }
td.TdClassName
{
border-color: #010A87;
}
.TagClassName
{
border-color: #010A87;
}
</style>