Shades of Blue #0A11EA
Tints of Blue #0A11EA
RGB
CMYK
RGB Variations
Color information
#0A11EA (or 0x0A11EA) is known color: Blue. HEX triplet: 0A, 11 and EA. RGB value is (10,17,234). Sum of RGB (Red+Green+Blue) = 10+17+234=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 234 (91.80% from 255 or 89.66% from 261); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A11EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A11EA is #F5EE15. Grayscale: #262626. Windows color (decimal): -16117270 or 15339786. OLE color: 15339786.
HSL color Cylindrical-coordinate representation of color #0A11EA: hue angle of 238.12º 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 #0A11EA is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 17 | 234 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.08 |
| HSL | 238.13º | 0.92% | 0.48% | - |
| HSV(B) | 238.13º | 0.96% | 0.92% | - |
| XYZ | 15.18 | 6.41 | 78.28 | - |
| YUV | 39.65 | 237.68 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 234 | 0.96 | 0.93 | 0 | 0.08 | 238.13 | 0.92 | 0.48 |
| Hex | A | 11 | EA | 60 | 5D | 0 | 8 | EE | 5C | 30 |
| Octal | 12 | 21 | 352 | 140 | 135 | 0 | 10 | 356 | 134 | 60 |
| Binary | 1010 | 10001 | 11101010 | 1100000 | 1011101 | 0 | 1000 | 11101110 | 1011100 | 110000 |
Color Harmonies of #0A11EA
Complementary color
Monochromatic Colors of #0A11EA
Black with #0A11EA
Text Example
Text Example
White with #0A11EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A11EA; }
p { color: rgb(10,17,234); }
H1.HeaderClassName
{
color: #0A11EA;
}
.AnyTagClassName
{
color: #0A11EA;
}
</style>
background-color css
<style>
a { background-color: #0A11EA; }
a { background-color: rgb(10,17,234); }
div.DivClassName
{
background-color: #0A11EA;
}
.BgClassName
{
background-color: #0A11EA;
}
</style>
border-color css
<style>
span { border-color: #0A11EA; }
span { border-color: rgb(10,17,234); }
td.TdClassName
{
border-color: #0A11EA;
}
.TagClassName
{
border-color: #0A11EA;
}
</style>