Shades of Medium Blue #1203C4
Tints of Medium Blue #1203C4
RGB
CMYK
RGB Variations
Color information
#1203C4 (or 0x1203C4) is known color: Medium Blue. HEX triplet: 12, 03 and C4. RGB value is (18,3,196). Sum of RGB (Red+Green+Blue) = 18+3+196=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 196 (76.95% from 255 or 90.32% from 217); Max value from RGB is 196 - color contains mainly: blue. Hex color #1203C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203C4 is #EDFC3B. Grayscale: #1C1C1C. Windows color (decimal): -15596604 or 12845842. OLE color: 12845842.
HSL color Cylindrical-coordinate representation of color #1203C4: hue angle of 244.66º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1203C4 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 3 | 196 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.23 |
| HSL | 244.66º | 0.97% | 0.39% | - |
| HSV(B) | 244.66º | 0.98% | 0.77% | - |
| XYZ | 10.25 | 4.18 | 52.49 | - |
| YUV | 29.49 | 221.97 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 196 | 0.91 | 0.98 | 0 | 0.23 | 244.66 | 0.97 | 0.39 |
| Hex | 12 | 3 | C4 | 5B | 62 | 0 | 17 | F5 | 61 | 27 |
| Octal | 22 | 3 | 304 | 133 | 142 | 0 | 27 | 365 | 141 | 47 |
| Binary | 10010 | 11 | 11000100 | 1011011 | 1100010 | 0 | 10111 | 11110101 | 1100001 | 100111 |
Color Harmonies of #1203C4
Complementary color
Monochromatic Colors of #1203C4
Black with #1203C4
Text Example
Text Example
White with #1203C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203C4; }
p { color: rgb(18,3,196); }
H1.HeaderClassName
{
color: #1203C4;
}
.AnyTagClassName
{
color: #1203C4;
}
</style>
background-color css
<style>
a { background-color: #1203C4; }
a { background-color: rgb(18,3,196); }
div.DivClassName
{
background-color: #1203C4;
}
.BgClassName
{
background-color: #1203C4;
}
</style>
border-color css
<style>
span { border-color: #1203C4; }
span { border-color: rgb(18,3,196); }
td.TdClassName
{
border-color: #1203C4;
}
.TagClassName
{
border-color: #1203C4;
}
</style>