Shades of Blue #190CFB
Tints of Blue #190CFB
RGB
CMYK
RGB Variations
Color information
#190CFB (or 0x190CFB) is known color: Blue. HEX triplet: 19, 0C and FB. RGB value is (25,12,251). Sum of RGB (Red+Green+Blue) = 25+12+251=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 251 (98.44% from 255 or 87.15% from 288); Max value from RGB is 251 - color contains mainly: blue. Hex color #190CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190CFB is #E6F304. Grayscale: #2A2A2A. Windows color (decimal): -15135493 or 16452633. OLE color: 16452633.
HSL color Cylindrical-coordinate representation of color #190CFB: hue angle of 243.26º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190CFB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 12 | 251 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.02 |
| HSL | 243.26º | 0.97% | 0.52% | - |
| HSV(B) | 243.26º | 0.95% | 0.98% | - |
| XYZ | 17.94 | 7.43 | 91.76 | - |
| YUV | 43.13 | 245.31 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 251 | 0.90 | 0.95 | 0 | 0.02 | 243.26 | 0.97 | 0.52 |
| Hex | 19 | C | FB | 5A | 5F | 0 | 2 | F3 | 61 | 34 |
| Octal | 31 | 14 | 373 | 132 | 137 | 0 | 2 | 363 | 141 | 64 |
| Binary | 11001 | 1100 | 11111011 | 1011010 | 1011111 | 0 | 10 | 11110011 | 1100001 | 110100 |
Color Harmonies of #190CFB
Complementary color
Monochromatic Colors of #190CFB
Black with #190CFB
Text Example
Text Example
White with #190CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190CFB; }
p { color: rgb(25,12,251); }
H1.HeaderClassName
{
color: #190CFB;
}
.AnyTagClassName
{
color: #190CFB;
}
</style>
background-color css
<style>
a { background-color: #190CFB; }
a { background-color: rgb(25,12,251); }
div.DivClassName
{
background-color: #190CFB;
}
.BgClassName
{
background-color: #190CFB;
}
</style>
border-color css
<style>
span { border-color: #190CFB; }
span { border-color: rgb(25,12,251); }
td.TdClassName
{
border-color: #190CFB;
}
.TagClassName
{
border-color: #190CFB;
}
</style>