Shades of Blue #1812E7
Tints of Blue #1812E7
RGB
CMYK
RGB Variations
Color information
#1812E7 (or 0x1812E7) is known color: Blue. HEX triplet: 18, 12 and E7. RGB value is (24,18,231). Sum of RGB (Red+Green+Blue) = 24+18+231=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 231 (90.62% from 255 or 84.62% from 273); Max value from RGB is 231 - color contains mainly: blue. Hex color #1812E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1812E7 is #E7ED18. Grayscale: #2B2B2B. Windows color (decimal): -15199513 or 15143448. OLE color: 15143448.
HSL color Cylindrical-coordinate representation of color #1812E7: hue angle of 241.69º 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 #1812E7 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 18 | 231 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.09 |
| HSL | 241.69º | 0.86% | 0.49% | - |
| HSV(B) | 241.69º | 0.92% | 0.91% | - |
| XYZ | 15.02 | 6.4 | 76.04 | - |
| YUV | 44.08 | 233.49 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 231 | 0.90 | 0.92 | 0 | 0.09 | 241.69 | 0.86 | 0.49 |
| Hex | 18 | 12 | E7 | 5A | 5C | 0 | 9 | F2 | 56 | 31 |
| Octal | 30 | 22 | 347 | 132 | 134 | 0 | 11 | 362 | 126 | 61 |
| Binary | 11000 | 10010 | 11100111 | 1011010 | 1011100 | 0 | 1001 | 11110010 | 1010110 | 110001 |
Color Harmonies of #1812E7
Complementary color
Monochromatic Colors of #1812E7
Black with #1812E7
Text Example
Text Example
White with #1812E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1812E7; }
p { color: rgb(24,18,231); }
H1.HeaderClassName
{
color: #1812E7;
}
.AnyTagClassName
{
color: #1812E7;
}
</style>
background-color css
<style>
a { background-color: #1812E7; }
a { background-color: rgb(24,18,231); }
div.DivClassName
{
background-color: #1812E7;
}
.BgClassName
{
background-color: #1812E7;
}
</style>
border-color css
<style>
span { border-color: #1812E7; }
span { border-color: rgb(24,18,231); }
td.TdClassName
{
border-color: #1812E7;
}
.TagClassName
{
border-color: #1812E7;
}
</style>