Shades of Medium Blue #1202C4
Tints of Medium Blue #1202C4
RGB
CMYK
RGB Variations
Color information
#1202C4 (or 0x1202C4) is known color: Medium Blue. HEX triplet: 12, 02 and C4. RGB value is (18,2,196). Sum of RGB (Red+Green+Blue) = 18+2+196=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 196 (76.95% from 255 or 90.74% from 216); Max value from RGB is 196 - color contains mainly: blue. Hex color #1202C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202C4 is #EDFD3B. Grayscale: #1C1C1C. Windows color (decimal): -15596860 or 12845586. OLE color: 12845586.
HSL color Cylindrical-coordinate representation of color #1202C4: hue angle of 244.95º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202C4 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 2 | 196 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.23 |
| HSL | 244.95º | 0.98% | 0.39% | - |
| HSV(B) | 244.95º | 0.99% | 0.77% | - |
| XYZ | 10.23 | 4.16 | 52.49 | - |
| YUV | 28.9 | 222.3 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 196 | 0.91 | 0.99 | 0 | 0.23 | 244.95 | 0.98 | 0.39 |
| Hex | 12 | 2 | C4 | 5B | 63 | 0 | 17 | F5 | 62 | 27 |
| Octal | 22 | 2 | 304 | 133 | 143 | 0 | 27 | 365 | 142 | 47 |
| Binary | 10010 | 10 | 11000100 | 1011011 | 1100011 | 0 | 10111 | 11110101 | 1100010 | 100111 |
Color Harmonies of #1202C4
Complementary color
Monochromatic Colors of #1202C4
Black with #1202C4
Text Example
Text Example
White with #1202C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202C4; }
p { color: rgb(18,2,196); }
H1.HeaderClassName
{
color: #1202C4;
}
.AnyTagClassName
{
color: #1202C4;
}
</style>
background-color css
<style>
a { background-color: #1202C4; }
a { background-color: rgb(18,2,196); }
div.DivClassName
{
background-color: #1202C4;
}
.BgClassName
{
background-color: #1202C4;
}
</style>
border-color css
<style>
span { border-color: #1202C4; }
span { border-color: rgb(18,2,196); }
td.TdClassName
{
border-color: #1202C4;
}
.TagClassName
{
border-color: #1202C4;
}
</style>