Shades of Medium Blue #1201C3
Tints of Medium Blue #1201C3
RGB
CMYK
RGB Variations
Color information
#1201C3 (or 0x1201C3) is known color: Medium Blue. HEX triplet: 12, 01 and C3. RGB value is (18,1,195). Sum of RGB (Red+Green+Blue) = 18+1+195=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 195 (76.56% from 255 or 91.12% from 214); Max value from RGB is 195 - color contains mainly: blue. Hex color #1201C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1201C3 is #EDFE3C. Grayscale: #1B1B1B. Windows color (decimal): -15597117 or 12779794. OLE color: 12779794.
HSL color Cylindrical-coordinate representation of color #1201C3: hue angle of 245.26º 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 #1201C3 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 1 | 195 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.24 |
| HSL | 245.26º | 0.99% | 0.38% | - |
| HSV(B) | 245.26º | 0.99% | 0.76% | - |
| XYZ | 10.11 | 4.09 | 51.89 | - |
| YUV | 28.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 195 | 0.91 | 0.99 | 0 | 0.24 | 245.26 | 0.99 | 0.38 |
| Hex | 12 | 1 | C3 | 5B | 63 | 0 | 18 | F5 | 63 | 26 |
| Octal | 22 | 1 | 303 | 133 | 143 | 0 | 30 | 365 | 143 | 46 |
| Binary | 10010 | 1 | 11000011 | 1011011 | 1100011 | 0 | 11000 | 11110101 | 1100011 | 100110 |
Color Harmonies of #1201C3
Complementary color
Monochromatic Colors of #1201C3
Black with #1201C3
Text Example
Text Example
White with #1201C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201C3; }
p { color: rgb(18,1,195); }
H1.HeaderClassName
{
color: #1201C3;
}
.AnyTagClassName
{
color: #1201C3;
}
</style>
background-color css
<style>
a { background-color: #1201C3; }
a { background-color: rgb(18,1,195); }
div.DivClassName
{
background-color: #1201C3;
}
.BgClassName
{
background-color: #1201C3;
}
</style>
border-color css
<style>
span { border-color: #1201C3; }
span { border-color: rgb(18,1,195); }
td.TdClassName
{
border-color: #1201C3;
}
.TagClassName
{
border-color: #1201C3;
}
</style>