Shades of Medium Blue #0120CE
Tints of Medium Blue #0120CE
RGB
CMYK
RGB Variations
Color information
#0120CE (or 0x0120CE) is known color: Medium Blue. HEX triplet: 01, 20 and CE. RGB value is (1,32,206). Sum of RGB (Red+Green+Blue) = 1+32+206=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #0120CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0120CE is #FEDF31. Grayscale: #292929. Windows color (decimal): -16703282 or 13508609. OLE color: 13508609.
HSL color Cylindrical-coordinate representation of color #0120CE: hue angle of 230.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0120CE is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 32 | 206 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.19 |
| HSL | 230.93º | 0.99% | 0.41% | - |
| HSV(B) | 230.93º | 1% | 0.81% | - |
| XYZ | 11.67 | 5.5 | 58.84 | - |
| YUV | 42.57 | 220.23 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 206 | 1.00 | 0.84 | 0 | 0.19 | 230.93 | 0.99 | 0.41 |
| Hex | 1 | 20 | CE | 64 | 54 | 0 | 13 | E7 | 63 | 29 |
| Octal | 1 | 40 | 316 | 144 | 124 | 0 | 23 | 347 | 143 | 51 |
| Binary | 1 | 100000 | 11001110 | 1100100 | 1010100 | 0 | 10011 | 11100111 | 1100011 | 101001 |
Color Harmonies of #0120CE
Complementary color
Monochromatic Colors of #0120CE
Black with #0120CE
Text Example
Text Example
White with #0120CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120CE; }
p { color: rgb(1,32,206); }
H1.HeaderClassName
{
color: #0120CE;
}
.AnyTagClassName
{
color: #0120CE;
}
</style>
background-color css
<style>
a { background-color: #0120CE; }
a { background-color: rgb(1,32,206); }
div.DivClassName
{
background-color: #0120CE;
}
.BgClassName
{
background-color: #0120CE;
}
</style>
border-color css
<style>
span { border-color: #0120CE; }
span { border-color: rgb(1,32,206); }
td.TdClassName
{
border-color: #0120CE;
}
.TagClassName
{
border-color: #0120CE;
}
</style>