Shades of Medium Blue #1202C2
Tints of Medium Blue #1202C2
RGB
CMYK
RGB Variations
Color information
#1202C2 (or 0x1202C2) is known color: Medium Blue. HEX triplet: 12, 02 and C2. RGB value is (18,2,194). Sum of RGB (Red+Green+Blue) = 18+2+194=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 194 (76.17% from 255 or 90.65% from 214); Max value from RGB is 194 - color contains mainly: blue. Hex color #1202C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202C2 is #EDFD3D. Grayscale: #1B1B1B. Windows color (decimal): -15596862 or 12714514. OLE color: 12714514.
HSL color Cylindrical-coordinate representation of color #1202C2: hue angle of 245º degrees, saturation: 0.98, 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 #1202C2 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 2 | 194 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.24 |
| HSL | 245º | 0.98% | 0.38% | - |
| HSV(B) | 245º | 0.99% | 0.76% | - |
| XYZ | 10.01 | 4.07 | 51.3 | - |
| YUV | 28.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 194 | 0.91 | 0.99 | 0 | 0.24 | 245 | 0.98 | 0.38 |
| Hex | 12 | 2 | C2 | 5B | 63 | 0 | 18 | F5 | 62 | 26 |
| Octal | 22 | 2 | 302 | 133 | 143 | 0 | 30 | 365 | 142 | 46 |
| Binary | 10010 | 10 | 11000010 | 1011011 | 1100011 | 0 | 11000 | 11110101 | 1100010 | 100110 |
Color Harmonies of #1202C2
Complementary color
Monochromatic Colors of #1202C2
Black with #1202C2
Text Example
Text Example
White with #1202C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202C2; }
p { color: rgb(18,2,194); }
H1.HeaderClassName
{
color: #1202C2;
}
.AnyTagClassName
{
color: #1202C2;
}
</style>
background-color css
<style>
a { background-color: #1202C2; }
a { background-color: rgb(18,2,194); }
div.DivClassName
{
background-color: #1202C2;
}
.BgClassName
{
background-color: #1202C2;
}
</style>
border-color css
<style>
span { border-color: #1202C2; }
span { border-color: rgb(18,2,194); }
td.TdClassName
{
border-color: #1202C2;
}
.TagClassName
{
border-color: #1202C2;
}
</style>