Shades of Blue #190DF3
Tints of Blue #190DF3
RGB
CMYK
RGB Variations
Color information
#190DF3 (or 0x190DF3) is known color: Blue. HEX triplet: 19, 0D and F3. RGB value is (25,13,243). Sum of RGB (Red+Green+Blue) = 25+13+243=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 243 (95.31% from 255 or 86.48% from 281); Max value from RGB is 243 - color contains mainly: blue. Hex color #190DF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190DF3 is #E6F20C. Grayscale: #292929. Windows color (decimal): -15135245 or 15928601. OLE color: 15928601.
HSL color Cylindrical-coordinate representation of color #190DF3: hue angle of 243.13º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190DF3 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 13 | 243 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.05 |
| HSL | 243.13º | 0.91% | 0.5% | - |
| HSV(B) | 243.13º | 0.95% | 0.95% | - |
| XYZ | 16.72 | 6.97 | 85.26 | - |
| YUV | 42.81 | 240.98 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 243 | 0.90 | 0.95 | 0 | 0.05 | 243.13 | 0.91 | 0.5 |
| Hex | 19 | D | F3 | 5A | 5F | 0 | 5 | F3 | 5B | 32 |
| Octal | 31 | 15 | 363 | 132 | 137 | 0 | 5 | 363 | 133 | 62 |
| Binary | 11001 | 1101 | 11110011 | 1011010 | 1011111 | 0 | 101 | 11110011 | 1011011 | 110010 |
Color Harmonies of #190DF3
Complementary color
Monochromatic Colors of #190DF3
Black with #190DF3
Text Example
Text Example
White with #190DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190DF3; }
p { color: rgb(25,13,243); }
H1.HeaderClassName
{
color: #190DF3;
}
.AnyTagClassName
{
color: #190DF3;
}
</style>
background-color css
<style>
a { background-color: #190DF3; }
a { background-color: rgb(25,13,243); }
div.DivClassName
{
background-color: #190DF3;
}
.BgClassName
{
background-color: #190DF3;
}
</style>
border-color css
<style>
span { border-color: #190DF3; }
span { border-color: rgb(25,13,243); }
td.TdClassName
{
border-color: #190DF3;
}
.TagClassName
{
border-color: #190DF3;
}
</style>