Shades of Medium Blue #1219BC
Tints of Medium Blue #1219BC
RGB
CMYK
RGB Variations
Color information
#1219BC (or 0x1219BC) is known color: Medium Blue. HEX triplet: 12, 19 and BC. RGB value is (18,25,188). Sum of RGB (Red+Green+Blue) = 18+25+188=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #1219BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219BC is #EDE643. Grayscale: #282828. Windows color (decimal): -15590980 or 12327186. OLE color: 12327186.
HSL color Cylindrical-coordinate representation of color #1219BC: hue angle of 237.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1219BC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 25 | 188 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.26 |
| HSL | 237.53º | 0.83% | 0.4% | - |
| HSV(B) | 237.53º | 0.9% | 0.74% | - |
| XYZ | 9.67 | 4.45 | 47.93 | - |
| YUV | 41.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 188 | 0.90 | 0.87 | 0 | 0.26 | 237.53 | 0.83 | 0.4 |
| Hex | 12 | 19 | BC | 5A | 57 | 0 | 1A | EE | 53 | 28 |
| Octal | 22 | 31 | 274 | 132 | 127 | 0 | 32 | 356 | 123 | 50 |
| Binary | 10010 | 11001 | 10111100 | 1011010 | 1010111 | 0 | 11010 | 11101110 | 1010011 | 101000 |
Color Harmonies of #1219BC
Complementary color
Monochromatic Colors of #1219BC
Black with #1219BC
Text Example
Text Example
White with #1219BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1219BC; }
p { color: rgb(18,25,188); }
H1.HeaderClassName
{
color: #1219BC;
}
.AnyTagClassName
{
color: #1219BC;
}
</style>
background-color css
<style>
a { background-color: #1219BC; }
a { background-color: rgb(18,25,188); }
div.DivClassName
{
background-color: #1219BC;
}
.BgClassName
{
background-color: #1219BC;
}
</style>
border-color css
<style>
span { border-color: #1219BC; }
span { border-color: rgb(18,25,188); }
td.TdClassName
{
border-color: #1219BC;
}
.TagClassName
{
border-color: #1219BC;
}
</style>