Shades of Blue #0A0EEF
Tints of Blue #0A0EEF
RGB
CMYK
RGB Variations
Color information
#0A0EEF (or 0x0A0EEF) is known color: Blue. HEX triplet: 0A, 0E and EF. RGB value is (10,14,239). Sum of RGB (Red+Green+Blue) = 10+14+239=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 239 (93.75% from 255 or 90.87% from 263); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A0EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A0EEF is #F5F110. Grayscale: #252525. Windows color (decimal): -16118033 or 15666698. OLE color: 15666698.
HSL color Cylindrical-coordinate representation of color #0A0EEF: hue angle of 238.95º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0EEF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 14 | 239 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.06 |
| HSL | 238.95º | 0.92% | 0.49% | - |
| HSV(B) | 238.95º | 0.96% | 0.94% | - |
| XYZ | 15.86 | 6.61 | 82.1 | - |
| YUV | 38.45 | 241.17 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 239 | 0.96 | 0.94 | 0 | 0.06 | 238.95 | 0.92 | 0.49 |
| Hex | A | E | EF | 60 | 5E | 0 | 6 | EF | 5C | 31 |
| Octal | 12 | 16 | 357 | 140 | 136 | 0 | 6 | 357 | 134 | 61 |
| Binary | 1010 | 1110 | 11101111 | 1100000 | 1011110 | 0 | 110 | 11101111 | 1011100 | 110001 |
Color Harmonies of #0A0EEF
Complementary color
Monochromatic Colors of #0A0EEF
Black with #0A0EEF
Text Example
Text Example
White with #0A0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0EEF; }
p { color: rgb(10,14,239); }
H1.HeaderClassName
{
color: #0A0EEF;
}
.AnyTagClassName
{
color: #0A0EEF;
}
</style>
background-color css
<style>
a { background-color: #0A0EEF; }
a { background-color: rgb(10,14,239); }
div.DivClassName
{
background-color: #0A0EEF;
}
.BgClassName
{
background-color: #0A0EEF;
}
</style>
border-color css
<style>
span { border-color: #0A0EEF; }
span { border-color: rgb(10,14,239); }
td.TdClassName
{
border-color: #0A0EEF;
}
.TagClassName
{
border-color: #0A0EEF;
}
</style>