Shades of Medium Blue #010EC2
Tints of Medium Blue #010EC2
RGB
CMYK
RGB Variations
Color information
#010EC2 (or 0x010EC2) is known color: Medium Blue. HEX triplet: 01, 0E and C2. RGB value is (1,14,194). Sum of RGB (Red+Green+Blue) = 1+14+194=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 194 (76.17% from 255 or 92.82% from 209); Max value from RGB is 194 - color contains mainly: blue. Hex color #010EC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EC2 is #FEF13D. Grayscale: #1D1D1D. Windows color (decimal): -16707902 or 12717569. OLE color: 12717569.
HSL color Cylindrical-coordinate representation of color #010EC2: hue angle of 235.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EC2 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 14 | 194 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.24 |
| HSL | 235.96º | 0.99% | 0.38% | - |
| HSV(B) | 235.96º | 0.99% | 0.76% | - |
| XYZ | 9.91 | 4.22 | 51.33 | - |
| YUV | 30.63 | 220.19 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 194 | 0.99 | 0.93 | 0 | 0.24 | 235.96 | 0.99 | 0.38 |
| Hex | 1 | E | C2 | 63 | 5D | 0 | 18 | EC | 63 | 26 |
| Octal | 1 | 16 | 302 | 143 | 135 | 0 | 30 | 354 | 143 | 46 |
| Binary | 1 | 1110 | 11000010 | 1100011 | 1011101 | 0 | 11000 | 11101100 | 1100011 | 100110 |
Color Harmonies of #010EC2
Complementary color
Monochromatic Colors of #010EC2
Black with #010EC2
Text Example
Text Example
White with #010EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EC2; }
p { color: rgb(1,14,194); }
H1.HeaderClassName
{
color: #010EC2;
}
.AnyTagClassName
{
color: #010EC2;
}
</style>
background-color css
<style>
a { background-color: #010EC2; }
a { background-color: rgb(1,14,194); }
div.DivClassName
{
background-color: #010EC2;
}
.BgClassName
{
background-color: #010EC2;
}
</style>
border-color css
<style>
span { border-color: #010EC2; }
span { border-color: rgb(1,14,194); }
td.TdClassName
{
border-color: #010EC2;
}
.TagClassName
{
border-color: #010EC2;
}
</style>