Shades of Medium Blue #1214BB
Tints of Medium Blue #1214BB
RGB
CMYK
RGB Variations
Color information
#1214BB (or 0x1214BB) is known color: Medium Blue. HEX triplet: 12, 14 and BB. RGB value is (18,20,187). Sum of RGB (Red+Green+Blue) = 18+20+187=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #1214BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214BB is #EDEB44. Grayscale: #252525. Windows color (decimal): -15592261 or 12260370. OLE color: 12260370.
HSL color Cylindrical-coordinate representation of color #1214BB: hue angle of 239.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1214BB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 20 | 187 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.27 |
| HSL | 239.29º | 0.82% | 0.4% | - |
| HSV(B) | 239.29º | 0.9% | 0.73% | - |
| XYZ | 9.47 | 4.22 | 47.33 | - |
| YUV | 38.44 | 211.84 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 187 | 0.90 | 0.89 | 0 | 0.27 | 239.29 | 0.82 | 0.4 |
| Hex | 12 | 14 | BB | 5A | 59 | 0 | 1B | EF | 52 | 28 |
| Octal | 22 | 24 | 273 | 132 | 131 | 0 | 33 | 357 | 122 | 50 |
| Binary | 10010 | 10100 | 10111011 | 1011010 | 1011001 | 0 | 11011 | 11101111 | 1010010 | 101000 |
Color Harmonies of #1214BB
Complementary color
Monochromatic Colors of #1214BB
Black with #1214BB
Text Example
Text Example
White with #1214BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214BB; }
p { color: rgb(18,20,187); }
H1.HeaderClassName
{
color: #1214BB;
}
.AnyTagClassName
{
color: #1214BB;
}
</style>
background-color css
<style>
a { background-color: #1214BB; }
a { background-color: rgb(18,20,187); }
div.DivClassName
{
background-color: #1214BB;
}
.BgClassName
{
background-color: #1214BB;
}
</style>
border-color css
<style>
span { border-color: #1214BB; }
span { border-color: rgb(18,20,187); }
td.TdClassName
{
border-color: #1214BB;
}
.TagClassName
{
border-color: #1214BB;
}
</style>