Shades of Medium Blue #1812E4
Tints of Medium Blue #1812E4
RGB
CMYK
RGB Variations
Color information
#1812E4 (or 0x1812E4) is known color: Medium Blue. HEX triplet: 18, 12 and E4. RGB value is (24,18,228). Sum of RGB (Red+Green+Blue) = 24+18+228=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 228 (89.45% from 255 or 84.44% from 270); Max value from RGB is 228 - color contains mainly: blue. Hex color #1812E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812E4 is #E7ED1B. Grayscale: #2A2A2A. Windows color (decimal): -15199516 or 14946840. OLE color: 14946840.
HSL color Cylindrical-coordinate representation of color #1812E4: hue angle of 241.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1812E4 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 18 | 228 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.11 |
| HSL | 241.71º | 0.85% | 0.48% | - |
| HSV(B) | 241.71º | 0.92% | 0.89% | - |
| XYZ | 14.6 | 6.23 | 73.83 | - |
| YUV | 43.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 228 | 0.89 | 0.92 | 0 | 0.11 | 241.71 | 0.85 | 0.48 |
| Hex | 18 | 12 | E4 | 59 | 5C | 0 | B | F2 | 55 | 30 |
| Octal | 30 | 22 | 344 | 131 | 134 | 0 | 13 | 362 | 125 | 60 |
| Binary | 11000 | 10010 | 11100100 | 1011001 | 1011100 | 0 | 1011 | 11110010 | 1010101 | 110000 |
Color Harmonies of #1812E4
Complementary color
Monochromatic Colors of #1812E4
Black with #1812E4
Text Example
Text Example
White with #1812E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812E4; }
p { color: rgb(24,18,228); }
H1.HeaderClassName
{
color: #1812E4;
}
.AnyTagClassName
{
color: #1812E4;
}
</style>
background-color css
<style>
a { background-color: #1812E4; }
a { background-color: rgb(24,18,228); }
div.DivClassName
{
background-color: #1812E4;
}
.BgClassName
{
background-color: #1812E4;
}
</style>
border-color css
<style>
span { border-color: #1812E4; }
span { border-color: rgb(24,18,228); }
td.TdClassName
{
border-color: #1812E4;
}
.TagClassName
{
border-color: #1812E4;
}
</style>