Shades of Medium Blue #1213DF
Tints of Medium Blue #1213DF
RGB
CMYK
RGB Variations
Color information
#1213DF (or 0x1213DF) is known color: Medium Blue. HEX triplet: 12, 13 and DF. RGB value is (18,19,223). Sum of RGB (Red+Green+Blue) = 18+19+223=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #1213DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213DF is #EDEC20. Grayscale: #292929. Windows color (decimal): -15592481 or 14619410. OLE color: 14619410.
HSL color Cylindrical-coordinate representation of color #1213DF: hue angle of 239.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1213DF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 19 | 223 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.13 |
| HSL | 239.71º | 0.85% | 0.47% | - |
| HSV(B) | 239.71º | 0.92% | 0.87% | - |
| XYZ | 13.8 | 5.92 | 70.23 | - |
| YUV | 41.96 | 230.17 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 223 | 0.92 | 0.91 | 0 | 0.13 | 239.71 | 0.85 | 0.47 |
| Hex | 12 | 13 | DF | 5C | 5B | 0 | D | F0 | 55 | 2F |
| Octal | 22 | 23 | 337 | 134 | 133 | 0 | 15 | 360 | 125 | 57 |
| Binary | 10010 | 10011 | 11011111 | 1011100 | 1011011 | 0 | 1101 | 11110000 | 1010101 | 101111 |
Color Harmonies of #1213DF
Complementary color
Monochromatic Colors of #1213DF
Black with #1213DF
Text Example
Text Example
White with #1213DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213DF; }
p { color: rgb(18,19,223); }
H1.HeaderClassName
{
color: #1213DF;
}
.AnyTagClassName
{
color: #1213DF;
}
</style>
background-color css
<style>
a { background-color: #1213DF; }
a { background-color: rgb(18,19,223); }
div.DivClassName
{
background-color: #1213DF;
}
.BgClassName
{
background-color: #1213DF;
}
</style>
border-color css
<style>
span { border-color: #1213DF; }
span { border-color: rgb(18,19,223); }
td.TdClassName
{
border-color: #1213DF;
}
.TagClassName
{
border-color: #1213DF;
}
</style>