Shades of Blue #0A2BEC
Tints of Blue #0A2BEC
RGB
CMYK
RGB Variations
Color information
#0A2BEC (or 0x0A2BEC) is known color: Blue. HEX triplet: 0A, 2B and EC. RGB value is (10,43,236). Sum of RGB (Red+Green+Blue) = 10+43+236=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #0A2BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A2BEC is #F5D413. Grayscale: #363636. Windows color (decimal): -16110612 or 15477514. OLE color: 15477514.
HSL color Cylindrical-coordinate representation of color #0A2BEC: hue angle of 231.24º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A2BEC is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 43 | 236 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.07 |
| HSL | 231.24º | 0.92% | 0.48% | - |
| HSV(B) | 231.24º | 0.96% | 0.93% | - |
| XYZ | 16.13 | 7.85 | 80.02 | - |
| YUV | 55.14 | 230.07 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 236 | 0.96 | 0.82 | 0 | 0.07 | 231.24 | 0.92 | 0.48 |
| Hex | A | 2B | EC | 60 | 52 | 0 | 7 | E7 | 5C | 30 |
| Octal | 12 | 53 | 354 | 140 | 122 | 0 | 7 | 347 | 134 | 60 |
| Binary | 1010 | 101011 | 11101100 | 1100000 | 1010010 | 0 | 111 | 11100111 | 1011100 | 110000 |
Color Harmonies of #0A2BEC
Complementary color
Monochromatic Colors of #0A2BEC
Black with #0A2BEC
Text Example
Text Example
White with #0A2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2BEC; }
p { color: rgb(10,43,236); }
H1.HeaderClassName
{
color: #0A2BEC;
}
.AnyTagClassName
{
color: #0A2BEC;
}
</style>
background-color css
<style>
a { background-color: #0A2BEC; }
a { background-color: rgb(10,43,236); }
div.DivClassName
{
background-color: #0A2BEC;
}
.BgClassName
{
background-color: #0A2BEC;
}
</style>
border-color css
<style>
span { border-color: #0A2BEC; }
span { border-color: rgb(10,43,236); }
td.TdClassName
{
border-color: #0A2BEC;
}
.TagClassName
{
border-color: #0A2BEC;
}
</style>