Shades of Blue #1920EA
Tints of Blue #1920EA
RGB
CMYK
RGB Variations
Color information
#1920EA (or 0x1920EA) is known color: Blue. HEX triplet: 19, 20 and EA. RGB value is (25,32,234). Sum of RGB (Red+Green+Blue) = 25+32+234=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 234 (91.80% from 255 or 80.41% from 291); Max value from RGB is 234 - color contains mainly: blue. Hex color #1920EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1920EA is #E6DF15. Grayscale: #343434. Windows color (decimal): -15130390 or 15343641. OLE color: 15343641.
HSL color Cylindrical-coordinate representation of color #1920EA: hue angle of 237.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1920EA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 32 | 234 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.08 |
| HSL | 237.99º | 0.83% | 0.51% | - |
| HSV(B) | 237.99º | 0.89% | 0.92% | - |
| XYZ | 15.77 | 7.18 | 78.4 | - |
| YUV | 52.94 | 230.18 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 234 | 0.89 | 0.86 | 0 | 0.08 | 237.99 | 0.83 | 0.51 |
| Hex | 19 | 20 | EA | 59 | 56 | 0 | 8 | EE | 53 | 33 |
| Octal | 31 | 40 | 352 | 131 | 126 | 0 | 10 | 356 | 123 | 63 |
| Binary | 11001 | 100000 | 11101010 | 1011001 | 1010110 | 0 | 1000 | 11101110 | 1010011 | 110011 |
Color Harmonies of #1920EA
Complementary color
Monochromatic Colors of #1920EA
Black with #1920EA
Text Example
Text Example
White with #1920EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1920EA; }
p { color: rgb(25,32,234); }
H1.HeaderClassName
{
color: #1920EA;
}
.AnyTagClassName
{
color: #1920EA;
}
</style>
background-color css
<style>
a { background-color: #1920EA; }
a { background-color: rgb(25,32,234); }
div.DivClassName
{
background-color: #1920EA;
}
.BgClassName
{
background-color: #1920EA;
}
</style>
border-color css
<style>
span { border-color: #1920EA; }
span { border-color: rgb(25,32,234); }
td.TdClassName
{
border-color: #1920EA;
}
.TagClassName
{
border-color: #1920EA;
}
</style>