Shades of Blue #1213FE
Tints of Blue #1213FE
RGB
CMYK
RGB Variations
Color information
#1213FE (or 0x1213FE) is known color: Blue. HEX triplet: 12, 13 and FE. RGB value is (18,19,254). Sum of RGB (Red+Green+Blue) = 18+19+254=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 254 (99.61% from 255 or 87.29% from 291); Max value from RGB is 254 - color contains mainly: blue. Hex color #1213FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213FE is #EDEC01. Grayscale: #2C2C2C. Windows color (decimal): -15592450 or 16651026. OLE color: 16651026.
HSL color Cylindrical-coordinate representation of color #1213FE: hue angle of 239.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1213FE is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 19 | 254 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.00 |
| HSL | 239.75º | 0.99% | 0.53% | - |
| HSV(B) | 239.75º | 0.93% | 1% | - |
| XYZ | 18.37 | 7.75 | 94.29 | - |
| YUV | 45.49 | 245.67 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 254 | 0.93 | 0.93 | 0 | 0.00 | 239.75 | 0.99 | 0.53 |
| Hex | 12 | 13 | FE | 5D | 5D | 0 | 0 | F0 | 63 | 35 |
| Octal | 22 | 23 | 376 | 135 | 135 | 0 | 0 | 360 | 143 | 65 |
| Binary | 10010 | 10011 | 11111110 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100011 | 110101 |
Color Harmonies of #1213FE
Complementary color
Monochromatic Colors of #1213FE
Black with #1213FE
Text Example
Text Example
White with #1213FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213FE; }
p { color: rgb(18,19,254); }
H1.HeaderClassName
{
color: #1213FE;
}
.AnyTagClassName
{
color: #1213FE;
}
</style>
background-color css
<style>
a { background-color: #1213FE; }
a { background-color: rgb(18,19,254); }
div.DivClassName
{
background-color: #1213FE;
}
.BgClassName
{
background-color: #1213FE;
}
</style>
border-color css
<style>
span { border-color: #1213FE; }
span { border-color: rgb(18,19,254); }
td.TdClassName
{
border-color: #1213FE;
}
.TagClassName
{
border-color: #1213FE;
}
</style>