Shades of Medium Blue #1215BE
Tints of Medium Blue #1215BE
RGB
CMYK
RGB Variations
Color information
#1215BE (or 0x1215BE) is known color: Medium Blue. HEX triplet: 12, 15 and BE. RGB value is (18,21,190). Sum of RGB (Red+Green+Blue) = 18+21+190=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #1215BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215BE is #EDEA41. Grayscale: #262626. Windows color (decimal): -15592002 or 12457234. OLE color: 12457234.
HSL color Cylindrical-coordinate representation of color #1215BE: hue angle of 238.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1215BE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 21 | 190 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.25 |
| HSL | 238.95º | 0.83% | 0.41% | - |
| HSV(B) | 238.95º | 0.91% | 0.75% | - |
| XYZ | 9.81 | 4.38 | 49.04 | - |
| YUV | 39.37 | 213.01 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 190 | 0.91 | 0.89 | 0 | 0.25 | 238.95 | 0.83 | 0.41 |
| Hex | 12 | 15 | BE | 5B | 59 | 0 | 19 | EF | 53 | 29 |
| Octal | 22 | 25 | 276 | 133 | 131 | 0 | 31 | 357 | 123 | 51 |
| Binary | 10010 | 10101 | 10111110 | 1011011 | 1011001 | 0 | 11001 | 11101111 | 1010011 | 101001 |
Color Harmonies of #1215BE
Complementary color
Monochromatic Colors of #1215BE
Black with #1215BE
Text Example
Text Example
White with #1215BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215BE; }
p { color: rgb(18,21,190); }
H1.HeaderClassName
{
color: #1215BE;
}
.AnyTagClassName
{
color: #1215BE;
}
</style>
background-color css
<style>
a { background-color: #1215BE; }
a { background-color: rgb(18,21,190); }
div.DivClassName
{
background-color: #1215BE;
}
.BgClassName
{
background-color: #1215BE;
}
</style>
border-color css
<style>
span { border-color: #1215BE; }
span { border-color: rgb(18,21,190); }
td.TdClassName
{
border-color: #1215BE;
}
.TagClassName
{
border-color: #1215BE;
}
</style>