Shades of Medium Blue #0A1EE0
Tints of Medium Blue #0A1EE0
RGB
CMYK
RGB Variations
Color information
#0A1EE0 (or 0x0A1EE0) is known color: Medium Blue. HEX triplet: 0A, 1E and E0. RGB value is (10,30,224). Sum of RGB (Red+Green+Blue) = 10+30+224=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 224 (87.89% from 255 or 84.85% from 264); Max value from RGB is 224 - color contains mainly: blue. Hex color #0A1EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1EE0 is #F5E11F. Grayscale: #2D2D2D. Windows color (decimal): -16113952 or 14687754. OLE color: 14687754.
HSL color Cylindrical-coordinate representation of color #0A1EE0: hue angle of 234.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1EE0 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 30 | 224 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.12 |
| HSL | 234.39º | 0.91% | 0.46% | - |
| HSV(B) | 234.39º | 0.96% | 0.88% | - |
| XYZ | 14.04 | 6.37 | 71.01 | - |
| YUV | 46.14 | 228.37 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 224 | 0.96 | 0.87 | 0 | 0.12 | 234.39 | 0.91 | 0.46 |
| Hex | A | 1E | E0 | 60 | 57 | 0 | C | EA | 5B | 2E |
| Octal | 12 | 36 | 340 | 140 | 127 | 0 | 14 | 352 | 133 | 56 |
| Binary | 1010 | 11110 | 11100000 | 1100000 | 1010111 | 0 | 1100 | 11101010 | 1011011 | 101110 |
Color Harmonies of #0A1EE0
Complementary color
Monochromatic Colors of #0A1EE0
Black with #0A1EE0
Text Example
Text Example
White with #0A1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1EE0; }
p { color: rgb(10,30,224); }
H1.HeaderClassName
{
color: #0A1EE0;
}
.AnyTagClassName
{
color: #0A1EE0;
}
</style>
background-color css
<style>
a { background-color: #0A1EE0; }
a { background-color: rgb(10,30,224); }
div.DivClassName
{
background-color: #0A1EE0;
}
.BgClassName
{
background-color: #0A1EE0;
}
</style>
border-color css
<style>
span { border-color: #0A1EE0; }
span { border-color: rgb(10,30,224); }
td.TdClassName
{
border-color: #0A1EE0;
}
.TagClassName
{
border-color: #0A1EE0;
}
</style>