Shades of Blue #1915EA
Tints of Blue #1915EA
RGB
CMYK
RGB Variations
Color information
#1915EA (or 0x1915EA) is known color: Blue. HEX triplet: 19, 15 and EA. RGB value is (25,21,234). Sum of RGB (Red+Green+Blue) = 25+21+234=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #1915EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1915EA is #E6EA15. Grayscale: #2D2D2D. Windows color (decimal): -15133206 or 15340825. OLE color: 15340825.
HSL color Cylindrical-coordinate representation of color #1915EA: hue angle of 241.13º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1915EA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 21 | 234 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.08 |
| HSL | 241.13º | 0.84% | 0.5% | - |
| HSV(B) | 241.13º | 0.91% | 0.92% | - |
| XYZ | 15.52 | 6.68 | 78.31 | - |
| YUV | 46.48 | 233.83 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 234 | 0.89 | 0.91 | 0 | 0.08 | 241.13 | 0.84 | 0.5 |
| Hex | 19 | 15 | EA | 59 | 5B | 0 | 8 | F1 | 54 | 32 |
| Octal | 31 | 25 | 352 | 131 | 133 | 0 | 10 | 361 | 124 | 62 |
| Binary | 11001 | 10101 | 11101010 | 1011001 | 1011011 | 0 | 1000 | 11110001 | 1010100 | 110010 |
Color Harmonies of #1915EA
Complementary color
Monochromatic Colors of #1915EA
Black with #1915EA
Text Example
Text Example
White with #1915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915EA; }
p { color: rgb(25,21,234); }
H1.HeaderClassName
{
color: #1915EA;
}
.AnyTagClassName
{
color: #1915EA;
}
</style>
background-color css
<style>
a { background-color: #1915EA; }
a { background-color: rgb(25,21,234); }
div.DivClassName
{
background-color: #1915EA;
}
.BgClassName
{
background-color: #1915EA;
}
</style>
border-color css
<style>
span { border-color: #1915EA; }
span { border-color: rgb(25,21,234); }
td.TdClassName
{
border-color: #1915EA;
}
.TagClassName
{
border-color: #1915EA;
}
</style>