Shades of Dark Blue #010A8D
Tints of Dark Blue #010A8D
RGB
CMYK
RGB Variations
Color information
#010A8D (or 0x010A8D) is known color: Dark Blue. HEX triplet: 01, 0A and 8D. RGB value is (1,10,141). Sum of RGB (Red+Green+Blue) = 1+10+141=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 141 (55.47% from 255 or 92.76% from 152); Max value from RGB is 141 - color contains mainly: blue. Hex color #010A8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A8D is #FEF572. Grayscale: #151515. Windows color (decimal): -16708979 or 9243137. OLE color: 9243137.
HSL color Cylindrical-coordinate representation of color #010A8D: hue angle of 236.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A8D is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 10 | 141 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.45 |
| HSL | 236.14º | 0.99% | 0.28% | - |
| HSV(B) | 236.14º | 0.99% | 0.55% | - |
| XYZ | 4.93 | 2.15 | 25.35 | - |
| YUV | 22.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 141 | 0.99 | 0.93 | 0 | 0.45 | 236.14 | 0.99 | 0.28 |
| Hex | 1 | A | 8D | 63 | 5D | 0 | 2D | EC | 63 | 1C |
| Octal | 1 | 12 | 215 | 143 | 135 | 0 | 55 | 354 | 143 | 34 |
| Binary | 1 | 1010 | 10001101 | 1100011 | 1011101 | 0 | 101101 | 11101100 | 1100011 | 11100 |
Color Harmonies of #010A8D
Complementary color
Monochromatic Colors of #010A8D
Black with #010A8D
Text Example
Text Example
White with #010A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A8D; }
p { color: rgb(1,10,141); }
H1.HeaderClassName
{
color: #010A8D;
}
.AnyTagClassName
{
color: #010A8D;
}
</style>
background-color css
<style>
a { background-color: #010A8D; }
a { background-color: rgb(1,10,141); }
div.DivClassName
{
background-color: #010A8D;
}
.BgClassName
{
background-color: #010A8D;
}
</style>
border-color css
<style>
span { border-color: #010A8D; }
span { border-color: rgb(1,10,141); }
td.TdClassName
{
border-color: #010A8D;
}
.TagClassName
{
border-color: #010A8D;
}
</style>