Shades of Blue #190AFB
Tints of Blue #190AFB
RGB
CMYK
RGB Variations
Color information
#190AFB (or 0x190AFB) is known color: Blue. HEX triplet: 19, 0A and FB. RGB value is (25,10,251). Sum of RGB (Red+Green+Blue) = 25+10+251=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #190AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190AFB is #E6F504. Grayscale: #292929. Windows color (decimal): -15136005 or 16452121. OLE color: 16452121.
HSL color Cylindrical-coordinate representation of color #190AFB: hue angle of 243.73º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190AFB is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 10 | 251 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.02 |
| HSL | 243.73º | 0.97% | 0.51% | - |
| HSV(B) | 243.73º | 0.96% | 0.98% | - |
| XYZ | 17.92 | 7.39 | 91.75 | - |
| YUV | 41.96 | 245.97 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 251 | 0.90 | 0.96 | 0 | 0.02 | 243.73 | 0.97 | 0.51 |
| Hex | 19 | A | FB | 5A | 60 | 0 | 2 | F4 | 61 | 33 |
| Octal | 31 | 12 | 373 | 132 | 140 | 0 | 2 | 364 | 141 | 63 |
| Binary | 11001 | 1010 | 11111011 | 1011010 | 1100000 | 0 | 10 | 11110100 | 1100001 | 110011 |
Color Harmonies of #190AFB
Complementary color
Monochromatic Colors of #190AFB
Black with #190AFB
Text Example
Text Example
White with #190AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190AFB; }
p { color: rgb(25,10,251); }
H1.HeaderClassName
{
color: #190AFB;
}
.AnyTagClassName
{
color: #190AFB;
}
</style>
background-color css
<style>
a { background-color: #190AFB; }
a { background-color: rgb(25,10,251); }
div.DivClassName
{
background-color: #190AFB;
}
.BgClassName
{
background-color: #190AFB;
}
</style>
border-color css
<style>
span { border-color: #190AFB; }
span { border-color: rgb(25,10,251); }
td.TdClassName
{
border-color: #190AFB;
}
.TagClassName
{
border-color: #190AFB;
}
</style>