Shades of Medium Blue #1218B8
Tints of Medium Blue #1218B8
RGB
CMYK
RGB Variations
Color information
#1218B8 (or 0x1218B8) is known color: Medium Blue. HEX triplet: 12, 18 and B8. RGB value is (18,24,184). Sum of RGB (Red+Green+Blue) = 18+24+184=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 184 (72.27% from 255 or 81.42% from 226); Max value from RGB is 184 - color contains mainly: blue. Hex color #1218B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218B8 is #EDE747. Grayscale: #272727. Windows color (decimal): -15591240 or 12064786. OLE color: 12064786.
HSL color Cylindrical-coordinate representation of color #1218B8: hue angle of 237.83º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1218B8 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 24 | 184 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.28 |
| HSL | 237.83º | 0.82% | 0.4% | - |
| HSV(B) | 237.83º | 0.9% | 0.72% | - |
| XYZ | 9.23 | 4.24 | 45.68 | - |
| YUV | 40.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 184 | 0.90 | 0.87 | 0 | 0.28 | 237.83 | 0.82 | 0.4 |
| Hex | 12 | 18 | B8 | 5A | 57 | 0 | 1C | EE | 52 | 28 |
| Octal | 22 | 30 | 270 | 132 | 127 | 0 | 34 | 356 | 122 | 50 |
| Binary | 10010 | 11000 | 10111000 | 1011010 | 1010111 | 0 | 11100 | 11101110 | 1010010 | 101000 |
Color Harmonies of #1218B8
Complementary color
Monochromatic Colors of #1218B8
Black with #1218B8
Text Example
Text Example
White with #1218B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218B8; }
p { color: rgb(18,24,184); }
H1.HeaderClassName
{
color: #1218B8;
}
.AnyTagClassName
{
color: #1218B8;
}
</style>
background-color css
<style>
a { background-color: #1218B8; }
a { background-color: rgb(18,24,184); }
div.DivClassName
{
background-color: #1218B8;
}
.BgClassName
{
background-color: #1218B8;
}
</style>
border-color css
<style>
span { border-color: #1218B8; }
span { border-color: rgb(18,24,184); }
td.TdClassName
{
border-color: #1218B8;
}
.TagClassName
{
border-color: #1218B8;
}
</style>