Shades of Blue #0A0EEA
Tints of Blue #0A0EEA
RGB
CMYK
RGB Variations
Color information
#0A0EEA (or 0x0A0EEA) is known color: Blue. HEX triplet: 0A, 0E and EA. RGB value is (10,14,234). Sum of RGB (Red+Green+Blue) = 10+14+234=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A0EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0EEA is #F5F115. Grayscale: #252525. Windows color (decimal): -16118038 or 15339018. OLE color: 15339018.
HSL color Cylindrical-coordinate representation of color #0A0EEA: hue angle of 238.93º 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 #0A0EEA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 14 | 234 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.08 |
| HSL | 238.93º | 0.92% | 0.48% | - |
| HSV(B) | 238.93º | 0.96% | 0.92% | - |
| XYZ | 15.13 | 6.32 | 78.26 | - |
| YUV | 37.88 | 238.67 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 234 | 0.96 | 0.94 | 0 | 0.08 | 238.93 | 0.92 | 0.48 |
| Hex | A | E | EA | 60 | 5E | 0 | 8 | EF | 5C | 30 |
| Octal | 12 | 16 | 352 | 140 | 136 | 0 | 10 | 357 | 134 | 60 |
| Binary | 1010 | 1110 | 11101010 | 1100000 | 1011110 | 0 | 1000 | 11101111 | 1011100 | 110000 |
Color Harmonies of #0A0EEA
Complementary color
Monochromatic Colors of #0A0EEA
Black with #0A0EEA
Text Example
Text Example
White with #0A0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EEA; }
p { color: rgb(10,14,234); }
H1.HeaderClassName
{
color: #0A0EEA;
}
.AnyTagClassName
{
color: #0A0EEA;
}
</style>
background-color css
<style>
a { background-color: #0A0EEA; }
a { background-color: rgb(10,14,234); }
div.DivClassName
{
background-color: #0A0EEA;
}
.BgClassName
{
background-color: #0A0EEA;
}
</style>
border-color css
<style>
span { border-color: #0A0EEA; }
span { border-color: rgb(10,14,234); }
td.TdClassName
{
border-color: #0A0EEA;
}
.TagClassName
{
border-color: #0A0EEA;
}
</style>