Shades of Dark Blue #0A0088
Tints of Dark Blue #0A0088
RGB
CMYK
RGB Variations
Color information
#0A0088 (or 0x0A0088) is known color: Dark Blue. HEX triplet: 0A, 00 and 88. RGB value is (10,0,136). Sum of RGB (Red+Green+Blue) = 10+0+136=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 136 (53.52% from 255 or 93.15% from 146); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A0088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0088 is #F5FF77. Grayscale: #111111. Windows color (decimal): -16121720 or 8912906. OLE color: 8912906.
HSL color Cylindrical-coordinate representation of color #0A0088: hue angle of 244.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0088 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 0 | 136 | - |
| CMYK | 0.93 | 1 | 0 | 0.47 |
| HSL | 244.41º | 1% | 0.27% | - |
| HSV(B) | 244.41º | 1% | 0.53% | - |
| XYZ | 4.57 | 1.84 | 23.41 | - |
| YUV | 18.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 136 | 0.93 | 1 | 0 | 0.47 | 244.41 | 1 | 0.27 |
| Hex | A | 0 | 88 | 5D | 64 | 0 | 2F | F4 | 64 | 1B |
| Octal | 12 | 0 | 210 | 135 | 144 | 0 | 57 | 364 | 144 | 33 |
| Binary | 1010 | 0 | 10001000 | 1011101 | 1100100 | 0 | 101111 | 11110100 | 1100100 | 11011 |
Color Harmonies of #0A0088
Complementary color
Monochromatic Colors of #0A0088
Black with #0A0088
Text Example
Text Example
White with #0A0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0088; }
p { color: rgb(10,0,136); }
H1.HeaderClassName
{
color: #0A0088;
}
.AnyTagClassName
{
color: #0A0088;
}
</style>
background-color css
<style>
a { background-color: #0A0088; }
a { background-color: rgb(10,0,136); }
div.DivClassName
{
background-color: #0A0088;
}
.BgClassName
{
background-color: #0A0088;
}
</style>
border-color css
<style>
span { border-color: #0A0088; }
span { border-color: rgb(10,0,136); }
td.TdClassName
{
border-color: #0A0088;
}
.TagClassName
{
border-color: #0A0088;
}
</style>