Shades of Dark Blue #010A8C
Tints of Dark Blue #010A8C
RGB
CMYK
RGB Variations
Color information
#010A8C (or 0x010A8C) is known color: Dark Blue. HEX triplet: 01, 0A and 8C. RGB value is (1,10,140). Sum of RGB (Red+Green+Blue) = 1+10+140=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 140 (55.08% from 255 or 92.72% from 151); Max value from RGB is 140 - color contains mainly: blue. Hex color #010A8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A8C is #FEF573. Grayscale: #151515. Windows color (decimal): -16708980 or 9177601. OLE color: 9177601.
HSL color Cylindrical-coordinate representation of color #010A8C: hue angle of 236.12º 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 #010A8C is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 10 | 140 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.45 |
| HSL | 236.12º | 0.99% | 0.28% | - |
| HSV(B) | 236.12º | 0.99% | 0.55% | - |
| XYZ | 4.85 | 2.12 | 24.96 | - |
| YUV | 22.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 140 | 0.99 | 0.93 | 0 | 0.45 | 236.12 | 0.99 | 0.28 |
| Hex | 1 | A | 8C | 63 | 5D | 0 | 2D | EC | 63 | 1C |
| Octal | 1 | 12 | 214 | 143 | 135 | 0 | 55 | 354 | 143 | 34 |
| Binary | 1 | 1010 | 10001100 | 1100011 | 1011101 | 0 | 101101 | 11101100 | 1100011 | 11100 |
Color Harmonies of #010A8C
Complementary color
Monochromatic Colors of #010A8C
Black with #010A8C
Text Example
Text Example
White with #010A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A8C; }
p { color: rgb(1,10,140); }
H1.HeaderClassName
{
color: #010A8C;
}
.AnyTagClassName
{
color: #010A8C;
}
</style>
background-color css
<style>
a { background-color: #010A8C; }
a { background-color: rgb(1,10,140); }
div.DivClassName
{
background-color: #010A8C;
}
.BgClassName
{
background-color: #010A8C;
}
</style>
border-color css
<style>
span { border-color: #010A8C; }
span { border-color: rgb(1,10,140); }
td.TdClassName
{
border-color: #010A8C;
}
.TagClassName
{
border-color: #010A8C;
}
</style>