Shades of Medium Blue #0A15D8
Tints of Medium Blue #0A15D8
RGB
CMYK
RGB Variations
Color information
#0A15D8 (or 0x0A15D8) is known color: Medium Blue. HEX triplet: 0A, 15 and D8. RGB value is (10,21,216). Sum of RGB (Red+Green+Blue) = 10+21+216=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 216 (84.77% from 255 or 87.45% from 247); Max value from RGB is 216 - color contains mainly: blue. Hex color #0A15D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A15D8 is #F5EA27. Grayscale: #272727. Windows color (decimal): -16116264 or 14161162. OLE color: 14161162.
HSL color Cylindrical-coordinate representation of color #0A15D8: hue angle of 236.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A15D8 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 21 | 216 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.15 |
| HSL | 236.8º | 0.91% | 0.44% | - |
| HSV(B) | 236.8º | 0.95% | 0.85% | - |
| XYZ | 12.79 | 5.56 | 65.36 | - |
| YUV | 39.94 | 227.36 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 216 | 0.95 | 0.90 | 0 | 0.15 | 236.8 | 0.91 | 0.44 |
| Hex | A | 15 | D8 | 5F | 5A | 0 | F | ED | 5B | 2C |
| Octal | 12 | 25 | 330 | 137 | 132 | 0 | 17 | 355 | 133 | 54 |
| Binary | 1010 | 10101 | 11011000 | 1011111 | 1011010 | 0 | 1111 | 11101101 | 1011011 | 101100 |
Color Harmonies of #0A15D8
Complementary color
Monochromatic Colors of #0A15D8
Black with #0A15D8
Text Example
Text Example
White with #0A15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A15D8; }
p { color: rgb(10,21,216); }
H1.HeaderClassName
{
color: #0A15D8;
}
.AnyTagClassName
{
color: #0A15D8;
}
</style>
background-color css
<style>
a { background-color: #0A15D8; }
a { background-color: rgb(10,21,216); }
div.DivClassName
{
background-color: #0A15D8;
}
.BgClassName
{
background-color: #0A15D8;
}
</style>
border-color css
<style>
span { border-color: #0A15D8; }
span { border-color: rgb(10,21,216); }
td.TdClassName
{
border-color: #0A15D8;
}
.TagClassName
{
border-color: #0A15D8;
}
</style>