Shades of Blue #1212EB
Tints of Blue #1212EB
RGB
CMYK
RGB Variations
Color information
#1212EB (or 0x1212EB) is known color: Blue. HEX triplet: 12, 12 and EB. RGB value is (18,18,235). Sum of RGB (Red+Green+Blue) = 18+18+235=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 235 (92.19% from 255 or 86.72% from 271); Max value from RGB is 235 - color contains mainly: blue. Hex color #1212EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1212EB is #EDED14. Grayscale: #292929. Windows color (decimal): -15592725 or 15405586. OLE color: 15405586.
HSL color Cylindrical-coordinate representation of color #1212EB: hue angle of 240º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1212EB is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 18 | 235 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.08 |
| HSL | 240º | 0.86% | 0.5% | - |
| HSV(B) | 240º | 0.92% | 0.92% | - |
| XYZ | 15.46 | 6.56 | 79.05 | - |
| YUV | 42.74 | 236.5 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 235 | 0.92 | 0.92 | 0 | 0.08 | 240 | 0.86 | 0.5 |
| Hex | 12 | 12 | EB | 5C | 5C | 0 | 8 | F0 | 56 | 32 |
| Octal | 22 | 22 | 353 | 134 | 134 | 0 | 10 | 360 | 126 | 62 |
| Binary | 10010 | 10010 | 11101011 | 1011100 | 1011100 | 0 | 1000 | 11110000 | 1010110 | 110010 |
Color Harmonies of #1212EB
Complementary color
Monochromatic Colors of #1212EB
Black with #1212EB
Text Example
Text Example
White with #1212EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212EB; }
p { color: rgb(18,18,235); }
H1.HeaderClassName
{
color: #1212EB;
}
.AnyTagClassName
{
color: #1212EB;
}
</style>
background-color css
<style>
a { background-color: #1212EB; }
a { background-color: rgb(18,18,235); }
div.DivClassName
{
background-color: #1212EB;
}
.BgClassName
{
background-color: #1212EB;
}
</style>
border-color css
<style>
span { border-color: #1212EB; }
span { border-color: rgb(18,18,235); }
td.TdClassName
{
border-color: #1212EB;
}
.TagClassName
{
border-color: #1212EB;
}
</style>