Shades of Medium Blue #1213BB
Tints of Medium Blue #1213BB
RGB
CMYK
RGB Variations
Color information
#1213BB (or 0x1213BB) is known color: Medium Blue. HEX triplet: 12, 13 and BB. RGB value is (18,19,187). Sum of RGB (Red+Green+Blue) = 18+19+187=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #1213BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213BB is #EDEC44. Grayscale: #252525. Windows color (decimal): -15592517 or 12260114. OLE color: 12260114.
HSL color Cylindrical-coordinate representation of color #1213BB: hue angle of 239.64º 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 #1213BB is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 19 | 187 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.27 |
| HSL | 239.65º | 0.82% | 0.4% | - |
| HSV(B) | 239.65º | 0.9% | 0.73% | - |
| XYZ | 9.45 | 4.18 | 47.32 | - |
| YUV | 37.85 | 212.17 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 187 | 0.90 | 0.90 | 0 | 0.27 | 239.65 | 0.82 | 0.4 |
| Hex | 12 | 13 | BB | 5A | 5A | 0 | 1B | F0 | 52 | 28 |
| Octal | 22 | 23 | 273 | 132 | 132 | 0 | 33 | 360 | 122 | 50 |
| Binary | 10010 | 10011 | 10111011 | 1011010 | 1011010 | 0 | 11011 | 11110000 | 1010010 | 101000 |
Color Harmonies of #1213BB
Complementary color
Monochromatic Colors of #1213BB
Black with #1213BB
Text Example
Text Example
White with #1213BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213BB; }
p { color: rgb(18,19,187); }
H1.HeaderClassName
{
color: #1213BB;
}
.AnyTagClassName
{
color: #1213BB;
}
</style>
background-color css
<style>
a { background-color: #1213BB; }
a { background-color: rgb(18,19,187); }
div.DivClassName
{
background-color: #1213BB;
}
.BgClassName
{
background-color: #1213BB;
}
</style>
border-color css
<style>
span { border-color: #1213BB; }
span { border-color: rgb(18,19,187); }
td.TdClassName
{
border-color: #1213BB;
}
.TagClassName
{
border-color: #1213BB;
}
</style>