Shades of Blue #190EEA
Tints of Blue #190EEA
RGB
CMYK
RGB Variations
Color information
#190EEA (or 0x190EEA) is known color: Blue. HEX triplet: 19, 0E and EA. RGB value is (25,14,234). Sum of RGB (Red+Green+Blue) = 25+14+234=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #190EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190EEA is #E6F115. Grayscale: #292929. Windows color (decimal): -15134998 or 15339033. OLE color: 15339033.
HSL color Cylindrical-coordinate representation of color #190EEA: hue angle of 243º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190EEA is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 14 | 234 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.08 |
| HSL | 243º | 0.89% | 0.49% | - |
| HSV(B) | 243º | 0.94% | 0.92% | - |
| XYZ | 15.41 | 6.46 | 78.28 | - |
| YUV | 42.37 | 236.14 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 234 | 0.89 | 0.94 | 0 | 0.08 | 243 | 0.89 | 0.49 |
| Hex | 19 | E | EA | 59 | 5E | 0 | 8 | F3 | 59 | 31 |
| Octal | 31 | 16 | 352 | 131 | 136 | 0 | 10 | 363 | 131 | 61 |
| Binary | 11001 | 1110 | 11101010 | 1011001 | 1011110 | 0 | 1000 | 11110011 | 1011001 | 110001 |
Color Harmonies of #190EEA
Complementary color
Monochromatic Colors of #190EEA
Black with #190EEA
Text Example
Text Example
White with #190EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EEA; }
p { color: rgb(25,14,234); }
H1.HeaderClassName
{
color: #190EEA;
}
.AnyTagClassName
{
color: #190EEA;
}
</style>
background-color css
<style>
a { background-color: #190EEA; }
a { background-color: rgb(25,14,234); }
div.DivClassName
{
background-color: #190EEA;
}
.BgClassName
{
background-color: #190EEA;
}
</style>
border-color css
<style>
span { border-color: #190EEA; }
span { border-color: rgb(25,14,234); }
td.TdClassName
{
border-color: #190EEA;
}
.TagClassName
{
border-color: #190EEA;
}
</style>