Shades of Medium Blue #0A0DB6
Tints of Medium Blue #0A0DB6
RGB
CMYK
RGB Variations
Color information
#0A0DB6 (or 0x0A0DB6) is known color: Medium Blue. HEX triplet: 0A, 0D and B6. RGB value is (10,13,182). Sum of RGB (Red+Green+Blue) = 10+13+182=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 182 (71.48% from 255 or 88.78% from 205); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A0DB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0DB6 is #F5F249. Grayscale: #1E1E1E. Windows color (decimal): -16118346 or 11930890. OLE color: 11930890.
HSL color Cylindrical-coordinate representation of color #0A0DB6: hue angle of 238.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0DB6 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 13 | 182 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.29 |
| HSL | 238.95º | 0.9% | 0.38% | - |
| HSV(B) | 238.95º | 0.95% | 0.71% | - |
| XYZ | 8.71 | 3.73 | 44.52 | - |
| YUV | 31.37 | 213.01 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 182 | 0.95 | 0.93 | 0 | 0.29 | 238.95 | 0.9 | 0.38 |
| Hex | A | D | B6 | 5F | 5D | 0 | 1D | EF | 5A | 26 |
| Octal | 12 | 15 | 266 | 137 | 135 | 0 | 35 | 357 | 132 | 46 |
| Binary | 1010 | 1101 | 10110110 | 1011111 | 1011101 | 0 | 11101 | 11101111 | 1011010 | 100110 |
Color Harmonies of #0A0DB6
Complementary color
Monochromatic Colors of #0A0DB6
Black with #0A0DB6
Text Example
Text Example
White with #0A0DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0DB6; }
p { color: rgb(10,13,182); }
H1.HeaderClassName
{
color: #0A0DB6;
}
.AnyTagClassName
{
color: #0A0DB6;
}
</style>
background-color css
<style>
a { background-color: #0A0DB6; }
a { background-color: rgb(10,13,182); }
div.DivClassName
{
background-color: #0A0DB6;
}
.BgClassName
{
background-color: #0A0DB6;
}
</style>
border-color css
<style>
span { border-color: #0A0DB6; }
span { border-color: rgb(10,13,182); }
td.TdClassName
{
border-color: #0A0DB6;
}
.TagClassName
{
border-color: #0A0DB6;
}
</style>