Shades of Blue #1818EA
Tints of Blue #1818EA
RGB
CMYK
RGB Variations
Color information
#1818EA (or 0x1818EA) is known color: Blue. HEX triplet: 18, 18 and EA. RGB value is (24,24,234). Sum of RGB (Red+Green+Blue) = 24+24+234=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #1818EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1818EA is #E7E715. Grayscale: #2F2F2F. Windows color (decimal): -15197974 or 15341592. OLE color: 15341592.
HSL color Cylindrical-coordinate representation of color #1818EA: hue angle of 240º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1818EA is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 24 | 234 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.08 |
| HSL | 240º | 0.83% | 0.51% | - |
| HSV(B) | 240º | 0.9% | 0.92% | - |
| XYZ | 15.55 | 6.79 | 78.33 | - |
| YUV | 47.94 | 233 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 234 | 0.90 | 0.90 | 0 | 0.08 | 240 | 0.83 | 0.51 |
| Hex | 18 | 18 | EA | 5A | 5A | 0 | 8 | F0 | 53 | 33 |
| Octal | 30 | 30 | 352 | 132 | 132 | 0 | 10 | 360 | 123 | 63 |
| Binary | 11000 | 11000 | 11101010 | 1011010 | 1011010 | 0 | 1000 | 11110000 | 1010011 | 110011 |
Color Harmonies of #1818EA
Complementary color
Monochromatic Colors of #1818EA
Black with #1818EA
Text Example
Text Example
White with #1818EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818EA; }
p { color: rgb(24,24,234); }
H1.HeaderClassName
{
color: #1818EA;
}
.AnyTagClassName
{
color: #1818EA;
}
</style>
background-color css
<style>
a { background-color: #1818EA; }
a { background-color: rgb(24,24,234); }
div.DivClassName
{
background-color: #1818EA;
}
.BgClassName
{
background-color: #1818EA;
}
</style>
border-color css
<style>
span { border-color: #1818EA; }
span { border-color: rgb(24,24,234); }
td.TdClassName
{
border-color: #1818EA;
}
.TagClassName
{
border-color: #1818EA;
}
</style>