Shades of Blue #190FFC
Tints of Blue #190FFC
RGB
CMYK
RGB Variations
Color information
#190FFC (or 0x190FFC) is known color: Blue. HEX triplet: 19, 0F and FC. RGB value is (25,15,252). Sum of RGB (Red+Green+Blue) = 25+15+252=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 252 (98.83% from 255 or 86.30% from 292); Max value from RGB is 252 - color contains mainly: blue. Hex color #190FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FFC is #E6F003. Grayscale: #2C2C2C. Windows color (decimal): -15134724 or 16518937. OLE color: 16518937.
HSL color Cylindrical-coordinate representation of color #190FFC: hue angle of 242.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FFC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 15 | 252 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.01 |
| HSL | 242.53º | 0.98% | 0.52% | - |
| HSV(B) | 242.53º | 0.94% | 0.99% | - |
| XYZ | 18.14 | 7.58 | 92.6 | - |
| YUV | 45.01 | 244.81 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 252 | 0.90 | 0.94 | 0 | 0.01 | 242.53 | 0.98 | 0.52 |
| Hex | 19 | F | FC | 5A | 5E | 0 | 1 | F3 | 62 | 34 |
| Octal | 31 | 17 | 374 | 132 | 136 | 0 | 1 | 363 | 142 | 64 |
| Binary | 11001 | 1111 | 11111100 | 1011010 | 1011110 | 0 | 1 | 11110011 | 1100010 | 110100 |
Color Harmonies of #190FFC
Complementary color
Monochromatic Colors of #190FFC
Black with #190FFC
Text Example
Text Example
White with #190FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FFC; }
p { color: rgb(25,15,252); }
H1.HeaderClassName
{
color: #190FFC;
}
.AnyTagClassName
{
color: #190FFC;
}
</style>
background-color css
<style>
a { background-color: #190FFC; }
a { background-color: rgb(25,15,252); }
div.DivClassName
{
background-color: #190FFC;
}
.BgClassName
{
background-color: #190FFC;
}
</style>
border-color css
<style>
span { border-color: #190FFC; }
span { border-color: rgb(25,15,252); }
td.TdClassName
{
border-color: #190FFC;
}
.TagClassName
{
border-color: #190FFC;
}
</style>