Shades of Medium Blue #010EBA
Tints of Medium Blue #010EBA
RGB
CMYK
RGB Variations
Color information
#010EBA (or 0x010EBA) is known color: Medium Blue. HEX triplet: 01, 0E and BA. RGB value is (1,14,186). Sum of RGB (Red+Green+Blue) = 1+14+186=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #010EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EBA is #FEF145. Grayscale: #1D1D1D. Windows color (decimal): -16707910 or 12193281. OLE color: 12193281.
HSL color Cylindrical-coordinate representation of color #010EBA: hue angle of 235.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EBA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 14 | 186 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.27 |
| HSL | 235.78º | 0.99% | 0.37% | - |
| HSV(B) | 235.78º | 0.99% | 0.73% | - |
| XYZ | 9.03 | 3.87 | 46.72 | - |
| YUV | 29.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 186 | 0.99 | 0.92 | 0 | 0.27 | 235.78 | 0.99 | 0.37 |
| Hex | 1 | E | BA | 63 | 5C | 0 | 1B | EC | 63 | 25 |
| Octal | 1 | 16 | 272 | 143 | 134 | 0 | 33 | 354 | 143 | 45 |
| Binary | 1 | 1110 | 10111010 | 1100011 | 1011100 | 0 | 11011 | 11101100 | 1100011 | 100101 |
Color Harmonies of #010EBA
Complementary color
Monochromatic Colors of #010EBA
Black with #010EBA
Text Example
Text Example
White with #010EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EBA; }
p { color: rgb(1,14,186); }
H1.HeaderClassName
{
color: #010EBA;
}
.AnyTagClassName
{
color: #010EBA;
}
</style>
background-color css
<style>
a { background-color: #010EBA; }
a { background-color: rgb(1,14,186); }
div.DivClassName
{
background-color: #010EBA;
}
.BgClassName
{
background-color: #010EBA;
}
</style>
border-color css
<style>
span { border-color: #010EBA; }
span { border-color: rgb(1,14,186); }
td.TdClassName
{
border-color: #010EBA;
}
.TagClassName
{
border-color: #010EBA;
}
</style>