Shades of Blue #0A10EB
Tints of Blue #0A10EB
RGB
CMYK
RGB Variations
Color information
#0A10EB (or 0x0A10EB) is known color: Blue. HEX triplet: 0A, 10 and EB. RGB value is (10,16,235). Sum of RGB (Red+Green+Blue) = 10+16+235=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 235 (92.19% from 255 or 90.04% from 261); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A10EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A10EB is #F5EF14. Grayscale: #262626. Windows color (decimal): -16117525 or 15405066. OLE color: 15405066.
HSL color Cylindrical-coordinate representation of color #0A10EB: hue angle of 238.4º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A10EB is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 16 | 235 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.08 |
| HSL | 238.4º | 0.92% | 0.48% | - |
| HSV(B) | 238.4º | 0.96% | 0.92% | - |
| XYZ | 15.31 | 6.43 | 79.03 | - |
| YUV | 39.17 | 238.51 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 235 | 0.96 | 0.93 | 0 | 0.08 | 238.4 | 0.92 | 0.48 |
| Hex | A | 10 | EB | 60 | 5D | 0 | 8 | EE | 5C | 30 |
| Octal | 12 | 20 | 353 | 140 | 135 | 0 | 10 | 356 | 134 | 60 |
| Binary | 1010 | 10000 | 11101011 | 1100000 | 1011101 | 0 | 1000 | 11101110 | 1011100 | 110000 |
Color Harmonies of #0A10EB
Complementary color
Monochromatic Colors of #0A10EB
Black with #0A10EB
Text Example
Text Example
White with #0A10EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A10EB; }
p { color: rgb(10,16,235); }
H1.HeaderClassName
{
color: #0A10EB;
}
.AnyTagClassName
{
color: #0A10EB;
}
</style>
background-color css
<style>
a { background-color: #0A10EB; }
a { background-color: rgb(10,16,235); }
div.DivClassName
{
background-color: #0A10EB;
}
.BgClassName
{
background-color: #0A10EB;
}
</style>
border-color css
<style>
span { border-color: #0A10EB; }
span { border-color: rgb(10,16,235); }
td.TdClassName
{
border-color: #0A10EB;
}
.TagClassName
{
border-color: #0A10EB;
}
</style>