Shades of Medium Blue #0120CF
Tints of Medium Blue #0120CF
RGB
CMYK
RGB Variations
Color information
#0120CF (or 0x0120CF) is known color: Medium Blue. HEX triplet: 01, 20 and CF. RGB value is (1,32,207). Sum of RGB (Red+Green+Blue) = 1+32+207=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #0120CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0120CF is #FEDF30. Grayscale: #292929. Windows color (decimal): -16703281 or 13574145. OLE color: 13574145.
HSL color Cylindrical-coordinate representation of color #0120CF: hue angle of 230.97º 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 #0120CF is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 32 | 207 | - |
| CMYK | 1.00 | 0.85 | 0 | 0.19 |
| HSL | 230.97º | 0.99% | 0.41% | - |
| HSV(B) | 230.97º | 1% | 0.81% | - |
| XYZ | 11.79 | 5.54 | 59.48 | - |
| YUV | 42.68 | 220.73 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 207 | 1.00 | 0.85 | 0 | 0.19 | 230.97 | 0.99 | 0.41 |
| Hex | 1 | 20 | CF | 64 | 55 | 0 | 13 | E7 | 63 | 29 |
| Octal | 1 | 40 | 317 | 144 | 125 | 0 | 23 | 347 | 143 | 51 |
| Binary | 1 | 100000 | 11001111 | 1100100 | 1010101 | 0 | 10011 | 11100111 | 1100011 | 101001 |
Color Harmonies of #0120CF
Complementary color
Monochromatic Colors of #0120CF
Black with #0120CF
Text Example
Text Example
White with #0120CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120CF; }
p { color: rgb(1,32,207); }
H1.HeaderClassName
{
color: #0120CF;
}
.AnyTagClassName
{
color: #0120CF;
}
</style>
background-color css
<style>
a { background-color: #0120CF; }
a { background-color: rgb(1,32,207); }
div.DivClassName
{
background-color: #0120CF;
}
.BgClassName
{
background-color: #0120CF;
}
</style>
border-color css
<style>
span { border-color: #0120CF; }
span { border-color: rgb(1,32,207); }
td.TdClassName
{
border-color: #0120CF;
}
.TagClassName
{
border-color: #0120CF;
}
</style>