Shades of Medium Blue #1218CC
Tints of Medium Blue #1218CC
RGB
CMYK
RGB Variations
Color information
#1218CC (or 0x1218CC) is known color: Medium Blue. HEX triplet: 12, 18 and CC. RGB value is (18,24,204). Sum of RGB (Red+Green+Blue) = 18+24+204=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #1218CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218CC is #EDE733. Grayscale: #2A2A2A. Windows color (decimal): -15591220 or 13375506. OLE color: 13375506.
HSL color Cylindrical-coordinate representation of color #1218CC: hue angle of 238.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1218CC is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 24 | 204 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.2 |
| HSL | 238.06º | 0.84% | 0.44% | - |
| HSV(B) | 238.06º | 0.91% | 0.8% | - |
| XYZ | 11.48 | 5.14 | 57.51 | - |
| YUV | 42.73 | 219.01 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 204 | 0.91 | 0.88 | 0 | 0.2 | 238.06 | 0.84 | 0.44 |
| Hex | 12 | 18 | CC | 5B | 58 | 0 | 14 | EE | 54 | 2C |
| Octal | 22 | 30 | 314 | 133 | 130 | 0 | 24 | 356 | 124 | 54 |
| Binary | 10010 | 11000 | 11001100 | 1011011 | 1011000 | 0 | 10100 | 11101110 | 1010100 | 101100 |
Color Harmonies of #1218CC
Complementary color
Monochromatic Colors of #1218CC
Black with #1218CC
Text Example
Text Example
White with #1218CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218CC; }
p { color: rgb(18,24,204); }
H1.HeaderClassName
{
color: #1218CC;
}
.AnyTagClassName
{
color: #1218CC;
}
</style>
background-color css
<style>
a { background-color: #1218CC; }
a { background-color: rgb(18,24,204); }
div.DivClassName
{
background-color: #1218CC;
}
.BgClassName
{
background-color: #1218CC;
}
</style>
border-color css
<style>
span { border-color: #1218CC; }
span { border-color: rgb(18,24,204); }
td.TdClassName
{
border-color: #1218CC;
}
.TagClassName
{
border-color: #1218CC;
}
</style>