Shades of Blue #1819EB
Tints of Blue #1819EB
RGB
CMYK
RGB Variations
Color information
#1819EB (or 0x1819EB) is known color: Blue. HEX triplet: 18, 19 and EB. RGB value is (24,25,235). Sum of RGB (Red+Green+Blue) = 24+25+235=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #1819EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1819EB is #E7E614. Grayscale: #2F2F2F. Windows color (decimal): -15197717 or 15407384. OLE color: 15407384.
HSL color Cylindrical-coordinate representation of color #1819EB: hue angle of 239.72º 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 #1819EB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 25 | 235 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.08 |
| HSL | 239.72º | 0.84% | 0.51% | - |
| HSV(B) | 239.72º | 0.9% | 0.92% | - |
| XYZ | 15.72 | 6.89 | 79.1 | - |
| YUV | 48.64 | 233.17 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 235 | 0.90 | 0.89 | 0 | 0.08 | 239.72 | 0.84 | 0.51 |
| Hex | 18 | 19 | EB | 5A | 59 | 0 | 8 | F0 | 54 | 33 |
| Octal | 30 | 31 | 353 | 132 | 131 | 0 | 10 | 360 | 124 | 63 |
| Binary | 11000 | 11001 | 11101011 | 1011010 | 1011001 | 0 | 1000 | 11110000 | 1010100 | 110011 |
Color Harmonies of #1819EB
Complementary color
Monochromatic Colors of #1819EB
Black with #1819EB
Text Example
Text Example
White with #1819EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819EB; }
p { color: rgb(24,25,235); }
H1.HeaderClassName
{
color: #1819EB;
}
.AnyTagClassName
{
color: #1819EB;
}
</style>
background-color css
<style>
a { background-color: #1819EB; }
a { background-color: rgb(24,25,235); }
div.DivClassName
{
background-color: #1819EB;
}
.BgClassName
{
background-color: #1819EB;
}
</style>
border-color css
<style>
span { border-color: #1819EB; }
span { border-color: rgb(24,25,235); }
td.TdClassName
{
border-color: #1819EB;
}
.TagClassName
{
border-color: #1819EB;
}
</style>