Shades of Blue #0A06E8
Tints of Blue #0A06E8
RGB
CMYK
RGB Variations
Color information
#0A06E8 (or 0x0A06E8) is known color: Blue. HEX triplet: 0A, 06 and E8. RGB value is (10,6,232). Sum of RGB (Red+Green+Blue) = 10+6+232=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 232 (91.02% from 255 or 93.55% from 248); Max value from RGB is 232 - color contains mainly: blue. Hex color #0A06E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A06E8 is #F5F917. Grayscale: #202020. Windows color (decimal): -16120088 or 15205898. OLE color: 15205898.
HSL color Cylindrical-coordinate representation of color #0A06E8: hue angle of 241.06º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06E8 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 6 | 232 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.09 |
| HSL | 241.06º | 0.95% | 0.47% | - |
| HSV(B) | 241.06º | 0.97% | 0.91% | - |
| XYZ | 14.76 | 6.02 | 76.73 | - |
| YUV | 32.96 | 240.33 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 232 | 0.96 | 0.97 | 0 | 0.09 | 241.06 | 0.95 | 0.47 |
| Hex | A | 6 | E8 | 60 | 61 | 0 | 9 | F1 | 5F | 2F |
| Octal | 12 | 6 | 350 | 140 | 141 | 0 | 11 | 361 | 137 | 57 |
| Binary | 1010 | 110 | 11101000 | 1100000 | 1100001 | 0 | 1001 | 11110001 | 1011111 | 101111 |
Color Harmonies of #0A06E8
Complementary color
Monochromatic Colors of #0A06E8
Black with #0A06E8
Text Example
Text Example
White with #0A06E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A06E8; }
p { color: rgb(10,6,232); }
H1.HeaderClassName
{
color: #0A06E8;
}
.AnyTagClassName
{
color: #0A06E8;
}
</style>
background-color css
<style>
a { background-color: #0A06E8; }
a { background-color: rgb(10,6,232); }
div.DivClassName
{
background-color: #0A06E8;
}
.BgClassName
{
background-color: #0A06E8;
}
</style>
border-color css
<style>
span { border-color: #0A06E8; }
span { border-color: rgb(10,6,232); }
td.TdClassName
{
border-color: #0A06E8;
}
.TagClassName
{
border-color: #0A06E8;
}
</style>