Shades of Blue #1412EA
Tints of Blue #1412EA
RGB
CMYK
RGB Variations
Color information
#1412EA (or 0x1412EA) is known color: Blue. HEX triplet: 14, 12 and EA. RGB value is (20,18,234). Sum of RGB (Red+Green+Blue) = 20+18+234=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 234 (91.80% from 255 or 86.03% from 272); Max value from RGB is 234 - color contains mainly: blue. Hex color #1412EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1412EA is #EBED15. Grayscale: #2A2A2A. Windows color (decimal): -15461654 or 15340052. OLE color: 15340052.
HSL color Cylindrical-coordinate representation of color #1412EA: hue angle of 240.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1412EA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 18 | 234 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.08 |
| HSL | 240.56º | 0.86% | 0.49% | - |
| HSV(B) | 240.56º | 0.92% | 0.92% | - |
| XYZ | 15.36 | 6.52 | 78.29 | - |
| YUV | 43.22 | 235.66 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 234 | 0.91 | 0.92 | 0 | 0.08 | 240.56 | 0.86 | 0.49 |
| Hex | 14 | 12 | EA | 5B | 5C | 0 | 8 | F1 | 56 | 31 |
| Octal | 24 | 22 | 352 | 133 | 134 | 0 | 10 | 361 | 126 | 61 |
| Binary | 10100 | 10010 | 11101010 | 1011011 | 1011100 | 0 | 1000 | 11110001 | 1010110 | 110001 |
Color Harmonies of #1412EA
Complementary color
Monochromatic Colors of #1412EA
Black with #1412EA
Text Example
Text Example
White with #1412EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1412EA; }
p { color: rgb(20,18,234); }
H1.HeaderClassName
{
color: #1412EA;
}
.AnyTagClassName
{
color: #1412EA;
}
</style>
background-color css
<style>
a { background-color: #1412EA; }
a { background-color: rgb(20,18,234); }
div.DivClassName
{
background-color: #1412EA;
}
.BgClassName
{
background-color: #1412EA;
}
</style>
border-color css
<style>
span { border-color: #1412EA; }
span { border-color: rgb(20,18,234); }
td.TdClassName
{
border-color: #1412EA;
}
.TagClassName
{
border-color: #1412EA;
}
</style>