Shades of Blue #0A05EC
Tints of Blue #0A05EC
RGB
CMYK
RGB Variations
Color information
#0A05EC (or 0x0A05EC) is known color: Blue. HEX triplet: 0A, 05 and EC. RGB value is (10,5,236). Sum of RGB (Red+Green+Blue) = 10+5+236=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 236 (92.58% from 255 or 94.02% from 251); Max value from RGB is 236 - color contains mainly: blue. Hex color #0A05EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A05EC is #F5FA13. Grayscale: #1F1F1F. Windows color (decimal): -16120340 or 15467786. OLE color: 15467786.
HSL color Cylindrical-coordinate representation of color #0A05EC: hue angle of 241.3º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A05EC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 5 | 236 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.07 |
| HSL | 241.3º | 0.96% | 0.47% | - |
| HSV(B) | 241.3º | 0.98% | 0.93% | - |
| XYZ | 15.32 | 6.23 | 79.75 | - |
| YUV | 32.83 | 242.66 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 236 | 0.96 | 0.98 | 0 | 0.07 | 241.3 | 0.96 | 0.47 |
| Hex | A | 5 | EC | 60 | 62 | 0 | 7 | F1 | 60 | 2F |
| Octal | 12 | 5 | 354 | 140 | 142 | 0 | 7 | 361 | 140 | 57 |
| Binary | 1010 | 101 | 11101100 | 1100000 | 1100010 | 0 | 111 | 11110001 | 1100000 | 101111 |
Color Harmonies of #0A05EC
Complementary color
Monochromatic Colors of #0A05EC
Black with #0A05EC
Text Example
Text Example
White with #0A05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A05EC; }
p { color: rgb(10,5,236); }
H1.HeaderClassName
{
color: #0A05EC;
}
.AnyTagClassName
{
color: #0A05EC;
}
</style>
background-color css
<style>
a { background-color: #0A05EC; }
a { background-color: rgb(10,5,236); }
div.DivClassName
{
background-color: #0A05EC;
}
.BgClassName
{
background-color: #0A05EC;
}
</style>
border-color css
<style>
span { border-color: #0A05EC; }
span { border-color: rgb(10,5,236); }
td.TdClassName
{
border-color: #0A05EC;
}
.TagClassName
{
border-color: #0A05EC;
}
</style>