Shades of Medium Blue #1201BC
Tints of Medium Blue #1201BC
RGB
CMYK
RGB Variations
Color information
#1201BC (or 0x1201BC) is known color: Medium Blue. HEX triplet: 12, 01 and BC. RGB value is (18,1,188). Sum of RGB (Red+Green+Blue) = 18+1+188=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #1201BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201BC is #EDFE43. Grayscale: #1A1A1A. Windows color (decimal): -15597124 or 12321042. OLE color: 12321042.
HSL color Cylindrical-coordinate representation of color #1201BC: hue angle of 245.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1201BC is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 1 | 188 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.26 |
| HSL | 245.45º | 0.99% | 0.37% | - |
| HSV(B) | 245.45º | 0.99% | 0.74% | - |
| XYZ | 9.34 | 3.78 | 47.81 | - |
| YUV | 27.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 188 | 0.90 | 0.99 | 0 | 0.26 | 245.45 | 0.99 | 0.37 |
| Hex | 12 | 1 | BC | 5A | 63 | 0 | 1A | F5 | 63 | 25 |
| Octal | 22 | 1 | 274 | 132 | 143 | 0 | 32 | 365 | 143 | 45 |
| Binary | 10010 | 1 | 10111100 | 1011010 | 1100011 | 0 | 11010 | 11110101 | 1100011 | 100101 |
Color Harmonies of #1201BC
Complementary color
Monochromatic Colors of #1201BC
Black with #1201BC
Text Example
Text Example
White with #1201BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201BC; }
p { color: rgb(18,1,188); }
H1.HeaderClassName
{
color: #1201BC;
}
.AnyTagClassName
{
color: #1201BC;
}
</style>
background-color css
<style>
a { background-color: #1201BC; }
a { background-color: rgb(18,1,188); }
div.DivClassName
{
background-color: #1201BC;
}
.BgClassName
{
background-color: #1201BC;
}
</style>
border-color css
<style>
span { border-color: #1201BC; }
span { border-color: rgb(18,1,188); }
td.TdClassName
{
border-color: #1201BC;
}
.TagClassName
{
border-color: #1201BC;
}
</style>