Shades of Blue #1918EA
Tints of Blue #1918EA
RGB
CMYK
RGB Variations
Color information
#1918EA (or 0x1918EA) is known color: Blue. HEX triplet: 19, 18 and EA. RGB value is (25,24,234). Sum of RGB (Red+Green+Blue) = 25+24+234=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #1918EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1918EA is #E6E715. Grayscale: #2F2F2F. Windows color (decimal): -15132438 or 15341593. OLE color: 15341593.
HSL color Cylindrical-coordinate representation of color #1918EA: hue angle of 240.29º 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 #1918EA is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 24 | 234 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.08 |
| HSL | 240.29º | 0.83% | 0.51% | - |
| HSV(B) | 240.29º | 0.9% | 0.92% | - |
| XYZ | 15.58 | 6.8 | 78.33 | - |
| YUV | 48.24 | 232.83 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 234 | 0.89 | 0.90 | 0 | 0.08 | 240.29 | 0.83 | 0.51 |
| Hex | 19 | 18 | EA | 59 | 5A | 0 | 8 | F0 | 53 | 33 |
| Octal | 31 | 30 | 352 | 131 | 132 | 0 | 10 | 360 | 123 | 63 |
| Binary | 11001 | 11000 | 11101010 | 1011001 | 1011010 | 0 | 1000 | 11110000 | 1010011 | 110011 |
Color Harmonies of #1918EA
Complementary color
Monochromatic Colors of #1918EA
Black with #1918EA
Text Example
Text Example
White with #1918EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1918EA; }
p { color: rgb(25,24,234); }
H1.HeaderClassName
{
color: #1918EA;
}
.AnyTagClassName
{
color: #1918EA;
}
</style>
background-color css
<style>
a { background-color: #1918EA; }
a { background-color: rgb(25,24,234); }
div.DivClassName
{
background-color: #1918EA;
}
.BgClassName
{
background-color: #1918EA;
}
</style>
border-color css
<style>
span { border-color: #1918EA; }
span { border-color: rgb(25,24,234); }
td.TdClassName
{
border-color: #1918EA;
}
.TagClassName
{
border-color: #1918EA;
}
</style>