Shades of Medium Blue #010CE0
Tints of Medium Blue #010CE0
RGB
CMYK
RGB Variations
Color information
#010CE0 (or 0x010CE0) is known color: Medium Blue. HEX triplet: 01, 0C and E0. RGB value is (1,12,224). Sum of RGB (Red+Green+Blue) = 1+12+224=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 224 (87.89% from 255 or 94.51% from 237); Max value from RGB is 224 - color contains mainly: blue. Hex color #010CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CE0 is #FEF31F. Grayscale: #202020. Windows color (decimal): -16708384 or 14683137. OLE color: 14683137.
HSL color Cylindrical-coordinate representation of color #010CE0: hue angle of 237.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CE0 is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 12 | 224 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.12 |
| HSL | 237.04º | 0.99% | 0.44% | - |
| HSV(B) | 237.04º | 1% | 0.88% | - |
| XYZ | 13.6 | 5.65 | 70.9 | - |
| YUV | 32.88 | 235.86 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 224 | 1.00 | 0.95 | 0 | 0.12 | 237.04 | 0.99 | 0.44 |
| Hex | 1 | C | E0 | 64 | 5F | 0 | C | ED | 63 | 2C |
| Octal | 1 | 14 | 340 | 144 | 137 | 0 | 14 | 355 | 143 | 54 |
| Binary | 1 | 1100 | 11100000 | 1100100 | 1011111 | 0 | 1100 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010CE0
Complementary color
Monochromatic Colors of #010CE0
Black with #010CE0
Text Example
Text Example
White with #010CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CE0; }
p { color: rgb(1,12,224); }
H1.HeaderClassName
{
color: #010CE0;
}
.AnyTagClassName
{
color: #010CE0;
}
</style>
background-color css
<style>
a { background-color: #010CE0; }
a { background-color: rgb(1,12,224); }
div.DivClassName
{
background-color: #010CE0;
}
.BgClassName
{
background-color: #010CE0;
}
</style>
border-color css
<style>
span { border-color: #010CE0; }
span { border-color: rgb(1,12,224); }
td.TdClassName
{
border-color: #010CE0;
}
.TagClassName
{
border-color: #010CE0;
}
</style>