Shades of Blue #1213E6
Tints of Blue #1213E6
RGB
CMYK
RGB Variations
Color information
#1213E6 (or 0x1213E6) is known color: Blue. HEX triplet: 12, 13 and E6. RGB value is (18,19,230). Sum of RGB (Red+Green+Blue) = 18+19+230=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 230 (90.23% from 255 or 86.14% from 267); Max value from RGB is 230 - color contains mainly: blue. Hex color #1213E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213E6 is #EDEC19. Grayscale: #292929. Windows color (decimal): -15592474 or 15078162. OLE color: 15078162.
HSL color Cylindrical-coordinate representation of color #1213E6: hue angle of 239.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1213E6 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 19 | 230 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.10 |
| HSL | 239.72º | 0.85% | 0.49% | - |
| HSV(B) | 239.72º | 0.92% | 0.9% | - |
| XYZ | 14.77 | 6.31 | 75.3 | - |
| YUV | 42.76 | 233.67 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 230 | 0.92 | 0.92 | 0 | 0.10 | 239.72 | 0.85 | 0.49 |
| Hex | 12 | 13 | E6 | 5C | 5C | 0 | A | F0 | 55 | 31 |
| Octal | 22 | 23 | 346 | 134 | 134 | 0 | 12 | 360 | 125 | 61 |
| Binary | 10010 | 10011 | 11100110 | 1011100 | 1011100 | 0 | 1010 | 11110000 | 1010101 | 110001 |
Color Harmonies of #1213E6
Complementary color
Monochromatic Colors of #1213E6
Black with #1213E6
Text Example
Text Example
White with #1213E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213E6; }
p { color: rgb(18,19,230); }
H1.HeaderClassName
{
color: #1213E6;
}
.AnyTagClassName
{
color: #1213E6;
}
</style>
background-color css
<style>
a { background-color: #1213E6; }
a { background-color: rgb(18,19,230); }
div.DivClassName
{
background-color: #1213E6;
}
.BgClassName
{
background-color: #1213E6;
}
</style>
border-color css
<style>
span { border-color: #1213E6; }
span { border-color: rgb(18,19,230); }
td.TdClassName
{
border-color: #1213E6;
}
.TagClassName
{
border-color: #1213E6;
}
</style>