Shades of Blue #190AF2
Tints of Blue #190AF2
RGB
CMYK
RGB Variations
Color information
#190AF2 (or 0x190AF2) is known color: Blue. HEX triplet: 19, 0A and F2. RGB value is (25,10,242). Sum of RGB (Red+Green+Blue) = 25+10+242=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 242 (94.92% from 255 or 87.36% from 277); Max value from RGB is 242 - color contains mainly: blue. Hex color #190AF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190AF2 is #E6F50D. Grayscale: #282828. Windows color (decimal): -15136014 or 15862297. OLE color: 15862297.
HSL color Cylindrical-coordinate representation of color #190AF2: hue angle of 243.88º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190AF2 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 10 | 242 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.05 |
| HSL | 243.88º | 0.92% | 0.49% | - |
| HSV(B) | 243.88º | 0.96% | 0.95% | - |
| XYZ | 16.54 | 6.83 | 84.45 | - |
| YUV | 40.93 | 241.47 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 242 | 0.90 | 0.96 | 0 | 0.05 | 243.88 | 0.92 | 0.49 |
| Hex | 19 | A | F2 | 5A | 60 | 0 | 5 | F4 | 5C | 31 |
| Octal | 31 | 12 | 362 | 132 | 140 | 0 | 5 | 364 | 134 | 61 |
| Binary | 11001 | 1010 | 11110010 | 1011010 | 1100000 | 0 | 101 | 11110100 | 1011100 | 110001 |
Color Harmonies of #190AF2
Complementary color
Monochromatic Colors of #190AF2
Black with #190AF2
Text Example
Text Example
White with #190AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190AF2; }
p { color: rgb(25,10,242); }
H1.HeaderClassName
{
color: #190AF2;
}
.AnyTagClassName
{
color: #190AF2;
}
</style>
background-color css
<style>
a { background-color: #190AF2; }
a { background-color: rgb(25,10,242); }
div.DivClassName
{
background-color: #190AF2;
}
.BgClassName
{
background-color: #190AF2;
}
</style>
border-color css
<style>
span { border-color: #190AF2; }
span { border-color: rgb(25,10,242); }
td.TdClassName
{
border-color: #190AF2;
}
.TagClassName
{
border-color: #190AF2;
}
</style>