Shades of Medium Blue #1213C1
Tints of Medium Blue #1213C1
RGB
CMYK
RGB Variations
Color information
#1213C1 (or 0x1213C1) is known color: Medium Blue. HEX triplet: 12, 13 and C1. RGB value is (18,19,193). Sum of RGB (Red+Green+Blue) = 18+19+193=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 193 (75.78% from 255 or 83.91% from 230); Max value from RGB is 193 - color contains mainly: blue. Hex color #1213C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213C1 is #EDEC3E. Grayscale: #252525. Windows color (decimal): -15592511 or 12653330. OLE color: 12653330.
HSL color Cylindrical-coordinate representation of color #1213C1: hue angle of 239.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1213C1 is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 19 | 193 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.24 |
| HSL | 239.66º | 0.83% | 0.41% | - |
| HSV(B) | 239.66º | 0.91% | 0.76% | - |
| XYZ | 10.11 | 4.44 | 50.78 | - |
| YUV | 38.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 193 | 0.91 | 0.90 | 0 | 0.24 | 239.66 | 0.83 | 0.41 |
| Hex | 12 | 13 | C1 | 5B | 5A | 0 | 18 | F0 | 53 | 29 |
| Octal | 22 | 23 | 301 | 133 | 132 | 0 | 30 | 360 | 123 | 51 |
| Binary | 10010 | 10011 | 11000001 | 1011011 | 1011010 | 0 | 11000 | 11110000 | 1010011 | 101001 |
Color Harmonies of #1213C1
Complementary color
Monochromatic Colors of #1213C1
Black with #1213C1
Text Example
Text Example
White with #1213C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213C1; }
p { color: rgb(18,19,193); }
H1.HeaderClassName
{
color: #1213C1;
}
.AnyTagClassName
{
color: #1213C1;
}
</style>
background-color css
<style>
a { background-color: #1213C1; }
a { background-color: rgb(18,19,193); }
div.DivClassName
{
background-color: #1213C1;
}
.BgClassName
{
background-color: #1213C1;
}
</style>
border-color css
<style>
span { border-color: #1213C1; }
span { border-color: rgb(18,19,193); }
td.TdClassName
{
border-color: #1213C1;
}
.TagClassName
{
border-color: #1213C1;
}
</style>