Shades of Medium Blue #010ECB
Tints of Medium Blue #010ECB
RGB
CMYK
RGB Variations
Color information
#010ECB (or 0x010ECB) is known color: Medium Blue. HEX triplet: 01, 0E and CB. RGB value is (1,14,203). Sum of RGB (Red+Green+Blue) = 1+14+203=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #010ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ECB is #FEF134. Grayscale: #1E1E1E. Windows color (decimal): -16707893 or 13307393. OLE color: 13307393.
HSL color Cylindrical-coordinate representation of color #010ECB: hue angle of 236.14º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010ECB is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 14 | 203 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.20 |
| HSL | 236.14º | 0.99% | 0.4% | - |
| HSV(B) | 236.14º | 1% | 0.8% | - |
| XYZ | 10.95 | 4.63 | 56.82 | - |
| YUV | 31.66 | 224.69 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 203 | 1.00 | 0.93 | 0 | 0.20 | 236.14 | 0.99 | 0.4 |
| Hex | 1 | E | CB | 64 | 5D | 0 | 14 | EC | 63 | 28 |
| Octal | 1 | 16 | 313 | 144 | 135 | 0 | 24 | 354 | 143 | 50 |
| Binary | 1 | 1110 | 11001011 | 1100100 | 1011101 | 0 | 10100 | 11101100 | 1100011 | 101000 |
Color Harmonies of #010ECB
Complementary color
Monochromatic Colors of #010ECB
Black with #010ECB
Text Example
Text Example
White with #010ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010ECB; }
p { color: rgb(1,14,203); }
H1.HeaderClassName
{
color: #010ECB;
}
.AnyTagClassName
{
color: #010ECB;
}
</style>
background-color css
<style>
a { background-color: #010ECB; }
a { background-color: rgb(1,14,203); }
div.DivClassName
{
background-color: #010ECB;
}
.BgClassName
{
background-color: #010ECB;
}
</style>
border-color css
<style>
span { border-color: #010ECB; }
span { border-color: rgb(1,14,203); }
td.TdClassName
{
border-color: #010ECB;
}
.TagClassName
{
border-color: #010ECB;
}
</style>