Shades of Medium Blue #1218BD
Tints of Medium Blue #1218BD
RGB
CMYK
RGB Variations
Color information
#1218BD (or 0x1218BD) is known color: Medium Blue. HEX triplet: 12, 18 and BD. RGB value is (18,24,189). Sum of RGB (Red+Green+Blue) = 18+24+189=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1218BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218BD is #EDE742. Grayscale: #282828. Windows color (decimal): -15591235 or 12392466. OLE color: 12392466.
HSL color Cylindrical-coordinate representation of color #1218BD: hue angle of 237.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1218BD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 24 | 189 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.26 |
| HSL | 237.89º | 0.83% | 0.41% | - |
| HSV(B) | 237.89º | 0.9% | 0.74% | - |
| XYZ | 9.76 | 4.46 | 48.49 | - |
| YUV | 41.02 | 211.51 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 189 | 0.90 | 0.87 | 0 | 0.26 | 237.89 | 0.83 | 0.41 |
| Hex | 12 | 18 | BD | 5A | 57 | 0 | 1A | EE | 53 | 29 |
| Octal | 22 | 30 | 275 | 132 | 127 | 0 | 32 | 356 | 123 | 51 |
| Binary | 10010 | 11000 | 10111101 | 1011010 | 1010111 | 0 | 11010 | 11101110 | 1010011 | 101001 |
Color Harmonies of #1218BD
Complementary color
Monochromatic Colors of #1218BD
Black with #1218BD
Text Example
Text Example
White with #1218BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218BD; }
p { color: rgb(18,24,189); }
H1.HeaderClassName
{
color: #1218BD;
}
.AnyTagClassName
{
color: #1218BD;
}
</style>
background-color css
<style>
a { background-color: #1218BD; }
a { background-color: rgb(18,24,189); }
div.DivClassName
{
background-color: #1218BD;
}
.BgClassName
{
background-color: #1218BD;
}
</style>
border-color css
<style>
span { border-color: #1218BD; }
span { border-color: rgb(18,24,189); }
td.TdClassName
{
border-color: #1218BD;
}
.TagClassName
{
border-color: #1218BD;
}
</style>