Shades of Medium Blue #1213CC
Tints of Medium Blue #1213CC
RGB
CMYK
RGB Variations
Color information
#1213CC (or 0x1213CC) is known color: Medium Blue. HEX triplet: 12, 13 and CC. RGB value is (18,19,204). Sum of RGB (Red+Green+Blue) = 18+19+204=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #1213CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213CC is #EDEC33. Grayscale: #272727. Windows color (decimal): -15592500 or 13374226. OLE color: 13374226.
HSL color Cylindrical-coordinate representation of color #1213CC: hue angle of 239.68º 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 #1213CC is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 19 | 204 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.2 |
| HSL | 239.68º | 0.84% | 0.44% | - |
| HSV(B) | 239.68º | 0.91% | 0.8% | - |
| XYZ | 11.38 | 4.95 | 57.48 | - |
| YUV | 39.79 | 220.67 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 204 | 0.91 | 0.91 | 0 | 0.2 | 239.68 | 0.84 | 0.44 |
| Hex | 12 | 13 | CC | 5B | 5B | 0 | 14 | F0 | 54 | 2C |
| Octal | 22 | 23 | 314 | 133 | 133 | 0 | 24 | 360 | 124 | 54 |
| Binary | 10010 | 10011 | 11001100 | 1011011 | 1011011 | 0 | 10100 | 11110000 | 1010100 | 101100 |
Color Harmonies of #1213CC
Complementary color
Monochromatic Colors of #1213CC
Black with #1213CC
Text Example
Text Example
White with #1213CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213CC; }
p { color: rgb(18,19,204); }
H1.HeaderClassName
{
color: #1213CC;
}
.AnyTagClassName
{
color: #1213CC;
}
</style>
background-color css
<style>
a { background-color: #1213CC; }
a { background-color: rgb(18,19,204); }
div.DivClassName
{
background-color: #1213CC;
}
.BgClassName
{
background-color: #1213CC;
}
</style>
border-color css
<style>
span { border-color: #1213CC; }
span { border-color: rgb(18,19,204); }
td.TdClassName
{
border-color: #1213CC;
}
.TagClassName
{
border-color: #1213CC;
}
</style>