Shades of Medium Blue #1201C2
Tints of Medium Blue #1201C2
RGB
CMYK
RGB Variations
Color information
#1201C2 (or 0x1201C2) is known color: Medium Blue. HEX triplet: 12, 01 and C2. RGB value is (18,1,194). Sum of RGB (Red+Green+Blue) = 18+1+194=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 194 (76.17% from 255 or 91.08% from 213); Max value from RGB is 194 - color contains mainly: blue. Hex color #1201C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201C2 is #EDFE3D. Grayscale: #1B1B1B. Windows color (decimal): -15597118 or 12714258. OLE color: 12714258.
HSL color Cylindrical-coordinate representation of color #1201C2: hue angle of 245.28º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1201C2 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 1 | 194 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.24 |
| HSL | 245.29º | 0.99% | 0.38% | - |
| HSV(B) | 245.29º | 0.99% | 0.76% | - |
| XYZ | 10 | 4.05 | 51.29 | - |
| YUV | 28.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 194 | 0.91 | 0.99 | 0 | 0.24 | 245.29 | 0.99 | 0.38 |
| Hex | 12 | 1 | C2 | 5B | 63 | 0 | 18 | F5 | 63 | 26 |
| Octal | 22 | 1 | 302 | 133 | 143 | 0 | 30 | 365 | 143 | 46 |
| Binary | 10010 | 1 | 11000010 | 1011011 | 1100011 | 0 | 11000 | 11110101 | 1100011 | 100110 |
Color Harmonies of #1201C2
Complementary color
Monochromatic Colors of #1201C2
Black with #1201C2
Text Example
Text Example
White with #1201C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201C2; }
p { color: rgb(18,1,194); }
H1.HeaderClassName
{
color: #1201C2;
}
.AnyTagClassName
{
color: #1201C2;
}
</style>
background-color css
<style>
a { background-color: #1201C2; }
a { background-color: rgb(18,1,194); }
div.DivClassName
{
background-color: #1201C2;
}
.BgClassName
{
background-color: #1201C2;
}
</style>
border-color css
<style>
span { border-color: #1201C2; }
span { border-color: rgb(18,1,194); }
td.TdClassName
{
border-color: #1201C2;
}
.TagClassName
{
border-color: #1201C2;
}
</style>