Shades of Blue #1213FF
Tints of Blue #1213FF
RGB
CMYK
RGB Variations
Color information
#1213FF (or 0x1213FF) is known color: Blue. HEX triplet: 12, 13 and FF. RGB value is (18,19,255). Sum of RGB (Red+Green+Blue) = 18+19+255=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #1213FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213FF is #EDEC00. Grayscale: #2C2C2C. Windows color (decimal): -15592449 or 16716562. OLE color: 16716562.
HSL color Cylindrical-coordinate representation of color #1213FF: hue angle of 239.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1213FF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 19 | 255 | - |
| CMYK | 0.93 | 0.93 | 0 | 0 |
| HSL | 239.75º | 1% | 0.54% | - |
| HSV(B) | 239.75º | 0.93% | 1% | - |
| XYZ | 18.53 | 7.81 | 95.14 | - |
| YUV | 45.61 | 246.17 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 255 | 0.93 | 0.93 | 0 | 0 | 239.75 | 1 | 0.54 |
| Hex | 12 | 13 | FF | 5D | 5D | 0 | 0 | F0 | 64 | 36 |
| Octal | 22 | 23 | 377 | 135 | 135 | 0 | 0 | 360 | 144 | 66 |
| Binary | 10010 | 10011 | 11111111 | 1011101 | 1011101 | 0 | 0 | 11110000 | 1100100 | 110110 |
Color Harmonies of #1213FF
Complementary color
Monochromatic Colors of #1213FF
Black with #1213FF
Text Example
Text Example
White with #1213FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213FF; }
p { color: rgb(18,19,255); }
H1.HeaderClassName
{
color: #1213FF;
}
.AnyTagClassName
{
color: #1213FF;
}
</style>
background-color css
<style>
a { background-color: #1213FF; }
a { background-color: rgb(18,19,255); }
div.DivClassName
{
background-color: #1213FF;
}
.BgClassName
{
background-color: #1213FF;
}
</style>
border-color css
<style>
span { border-color: #1213FF; }
span { border-color: rgb(18,19,255); }
td.TdClassName
{
border-color: #1213FF;
}
.TagClassName
{
border-color: #1213FF;
}
</style>