Shades of Medium Blue #1217B9
Tints of Medium Blue #1217B9
RGB
CMYK
RGB Variations
Color information
#1217B9 (or 0x1217B9) is known color: Medium Blue. HEX triplet: 12, 17 and B9. RGB value is (18,23,185). Sum of RGB (Red+Green+Blue) = 18+23+185=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 185 (72.66% from 255 or 81.86% from 226); Max value from RGB is 185 - color contains mainly: blue. Hex color #1217B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217B9 is #EDE846. Grayscale: #272727. Windows color (decimal): -15591495 or 12130066. OLE color: 12130066.
HSL color Cylindrical-coordinate representation of color #1217B9: hue angle of 238.2º 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 #1217B9 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 23 | 185 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.27 |
| HSL | 238.2º | 0.82% | 0.4% | - |
| HSV(B) | 238.2º | 0.9% | 0.73% | - |
| XYZ | 9.31 | 4.24 | 46.23 | - |
| YUV | 39.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 185 | 0.90 | 0.88 | 0 | 0.27 | 238.2 | 0.82 | 0.4 |
| Hex | 12 | 17 | B9 | 5A | 58 | 0 | 1B | EE | 52 | 28 |
| Octal | 22 | 27 | 271 | 132 | 130 | 0 | 33 | 356 | 122 | 50 |
| Binary | 10010 | 10111 | 10111001 | 1011010 | 1011000 | 0 | 11011 | 11101110 | 1010010 | 101000 |
Color Harmonies of #1217B9
Complementary color
Monochromatic Colors of #1217B9
Black with #1217B9
Text Example
Text Example
White with #1217B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217B9; }
p { color: rgb(18,23,185); }
H1.HeaderClassName
{
color: #1217B9;
}
.AnyTagClassName
{
color: #1217B9;
}
</style>
background-color css
<style>
a { background-color: #1217B9; }
a { background-color: rgb(18,23,185); }
div.DivClassName
{
background-color: #1217B9;
}
.BgClassName
{
background-color: #1217B9;
}
</style>
border-color css
<style>
span { border-color: #1217B9; }
span { border-color: rgb(18,23,185); }
td.TdClassName
{
border-color: #1217B9;
}
.TagClassName
{
border-color: #1217B9;
}
</style>