Shades of Blue #1818EB
Tints of Blue #1818EB
RGB
CMYK
RGB Variations
Color information
#1818EB (or 0x1818EB) is known color: Blue. HEX triplet: 18, 18 and EB. RGB value is (24,24,235). Sum of RGB (Red+Green+Blue) = 24+24+235=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #1818EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1818EB is #E7E714. Grayscale: #2F2F2F. Windows color (decimal): -15197973 or 15407128. OLE color: 15407128.
HSL color Cylindrical-coordinate representation of color #1818EB: hue angle of 240º degrees, saturation: 0.84, 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 #1818EB is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 24 | 235 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.08 |
| HSL | 240º | 0.84% | 0.51% | - |
| HSV(B) | 240º | 0.9% | 0.92% | - |
| XYZ | 15.7 | 6.85 | 79.09 | - |
| YUV | 48.05 | 233.5 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 235 | 0.90 | 0.90 | 0 | 0.08 | 240 | 0.84 | 0.51 |
| Hex | 18 | 18 | EB | 5A | 5A | 0 | 8 | F0 | 54 | 33 |
| Octal | 30 | 30 | 353 | 132 | 132 | 0 | 10 | 360 | 124 | 63 |
| Binary | 11000 | 11000 | 11101011 | 1011010 | 1011010 | 0 | 1000 | 11110000 | 1010100 | 110011 |
Color Harmonies of #1818EB
Complementary color
Monochromatic Colors of #1818EB
Black with #1818EB
Text Example
Text Example
White with #1818EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818EB; }
p { color: rgb(24,24,235); }
H1.HeaderClassName
{
color: #1818EB;
}
.AnyTagClassName
{
color: #1818EB;
}
</style>
background-color css
<style>
a { background-color: #1818EB; }
a { background-color: rgb(24,24,235); }
div.DivClassName
{
background-color: #1818EB;
}
.BgClassName
{
background-color: #1818EB;
}
</style>
border-color css
<style>
span { border-color: #1818EB; }
span { border-color: rgb(24,24,235); }
td.TdClassName
{
border-color: #1818EB;
}
.TagClassName
{
border-color: #1818EB;
}
</style>