Shades of Medium Blue #1214B9
Tints of Medium Blue #1214B9
RGB
CMYK
RGB Variations
Color information
#1214B9 (or 0x1214B9) is known color: Medium Blue. HEX triplet: 12, 14 and B9. RGB value is (18,20,185). Sum of RGB (Red+Green+Blue) = 18+20+185=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #1214B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214B9 is #EDEB46. Grayscale: #252525. Windows color (decimal): -15592263 or 12129298. OLE color: 12129298.
HSL color Cylindrical-coordinate representation of color #1214B9: hue angle of 239.28º 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 #1214B9 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 20 | 185 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.27 |
| HSL | 239.28º | 0.82% | 0.4% | - |
| HSV(B) | 239.28º | 0.9% | 0.73% | - |
| XYZ | 9.26 | 4.13 | 46.21 | - |
| YUV | 38.21 | 210.84 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 185 | 0.90 | 0.89 | 0 | 0.27 | 239.28 | 0.82 | 0.4 |
| Hex | 12 | 14 | B9 | 5A | 59 | 0 | 1B | EF | 52 | 28 |
| Octal | 22 | 24 | 271 | 132 | 131 | 0 | 33 | 357 | 122 | 50 |
| Binary | 10010 | 10100 | 10111001 | 1011010 | 1011001 | 0 | 11011 | 11101111 | 1010010 | 101000 |
Color Harmonies of #1214B9
Complementary color
Monochromatic Colors of #1214B9
Black with #1214B9
Text Example
Text Example
White with #1214B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214B9; }
p { color: rgb(18,20,185); }
H1.HeaderClassName
{
color: #1214B9;
}
.AnyTagClassName
{
color: #1214B9;
}
</style>
background-color css
<style>
a { background-color: #1214B9; }
a { background-color: rgb(18,20,185); }
div.DivClassName
{
background-color: #1214B9;
}
.BgClassName
{
background-color: #1214B9;
}
</style>
border-color css
<style>
span { border-color: #1214B9; }
span { border-color: rgb(18,20,185); }
td.TdClassName
{
border-color: #1214B9;
}
.TagClassName
{
border-color: #1214B9;
}
</style>