Shades of Medium Blue #010ECA
Tints of Medium Blue #010ECA
RGB
CMYK
RGB Variations
Color information
#010ECA (or 0x010ECA) is known color: Medium Blue. HEX triplet: 01, 0E and CA. RGB value is (1,14,202). Sum of RGB (Red+Green+Blue) = 1+14+202=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 202 (79.30% from 255 or 93.09% from 217); Max value from RGB is 202 - color contains mainly: blue. Hex color #010ECA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ECA is #FEF135. Grayscale: #1E1E1E. Windows color (decimal): -16707894 or 13241857. OLE color: 13241857.
HSL color Cylindrical-coordinate representation of color #010ECA: hue angle of 236.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010ECA is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 14 | 202 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.21 |
| HSL | 236.12º | 0.99% | 0.4% | - |
| HSV(B) | 236.12º | 1% | 0.79% | - |
| XYZ | 10.83 | 4.58 | 56.19 | - |
| YUV | 31.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 202 | 1.00 | 0.93 | 0 | 0.21 | 236.12 | 0.99 | 0.4 |
| Hex | 1 | E | CA | 64 | 5D | 0 | 15 | EC | 63 | 28 |
| Octal | 1 | 16 | 312 | 144 | 135 | 0 | 25 | 354 | 143 | 50 |
| Binary | 1 | 1110 | 11001010 | 1100100 | 1011101 | 0 | 10101 | 11101100 | 1100011 | 101000 |
Color Harmonies of #010ECA
Complementary color
Monochromatic Colors of #010ECA
Black with #010ECA
Text Example
Text Example
White with #010ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010ECA; }
p { color: rgb(1,14,202); }
H1.HeaderClassName
{
color: #010ECA;
}
.AnyTagClassName
{
color: #010ECA;
}
</style>
background-color css
<style>
a { background-color: #010ECA; }
a { background-color: rgb(1,14,202); }
div.DivClassName
{
background-color: #010ECA;
}
.BgClassName
{
background-color: #010ECA;
}
</style>
border-color css
<style>
span { border-color: #010ECA; }
span { border-color: rgb(1,14,202); }
td.TdClassName
{
border-color: #010ECA;
}
.TagClassName
{
border-color: #010ECA;
}
</style>