Shades of Blue #1212E9
Tints of Blue #1212E9
RGB
CMYK
RGB Variations
Color information
#1212E9 (or 0x1212E9) is known color: Blue. HEX triplet: 12, 12 and E9. RGB value is (18,18,233). Sum of RGB (Red+Green+Blue) = 18+18+233=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 233 (91.41% from 255 or 86.62% from 269); Max value from RGB is 233 - color contains mainly: blue. Hex color #1212E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1212E9 is #EDED16. Grayscale: #292929. Windows color (decimal): -15592727 or 15274514. OLE color: 15274514.
HSL color Cylindrical-coordinate representation of color #1212E9: hue angle of 240º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1212E9 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 18 | 233 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.09 |
| HSL | 240º | 0.86% | 0.49% | - |
| HSV(B) | 240º | 0.92% | 0.91% | - |
| XYZ | 15.17 | 6.44 | 77.53 | - |
| YUV | 42.51 | 235.5 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 233 | 0.92 | 0.92 | 0 | 0.09 | 240 | 0.86 | 0.49 |
| Hex | 12 | 12 | E9 | 5C | 5C | 0 | 9 | F0 | 56 | 31 |
| Octal | 22 | 22 | 351 | 134 | 134 | 0 | 11 | 360 | 126 | 61 |
| Binary | 10010 | 10010 | 11101001 | 1011100 | 1011100 | 0 | 1001 | 11110000 | 1010110 | 110001 |
Color Harmonies of #1212E9
Complementary color
Monochromatic Colors of #1212E9
Black with #1212E9
Text Example
Text Example
White with #1212E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212E9; }
p { color: rgb(18,18,233); }
H1.HeaderClassName
{
color: #1212E9;
}
.AnyTagClassName
{
color: #1212E9;
}
</style>
background-color css
<style>
a { background-color: #1212E9; }
a { background-color: rgb(18,18,233); }
div.DivClassName
{
background-color: #1212E9;
}
.BgClassName
{
background-color: #1212E9;
}
</style>
border-color css
<style>
span { border-color: #1212E9; }
span { border-color: rgb(18,18,233); }
td.TdClassName
{
border-color: #1212E9;
}
.TagClassName
{
border-color: #1212E9;
}
</style>