Shades of Medium Blue #1F19DA
Tints of Medium Blue #1F19DA
RGB
CMYK
RGB Variations
Color information
#1F19DA (or 0x1F19DA) is known color: Medium Blue. HEX triplet: 1F, 19 and DA. RGB value is (31,25,218). Sum of RGB (Red+Green+Blue) = 31+25+218=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F19DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19DA is #E0E625. Grayscale: #303030. Windows color (decimal): -14738982 or 14293279. OLE color: 14293279.
HSL color Cylindrical-coordinate representation of color #1F19DA: hue angle of 241.87º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F19DA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 25 | 218 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.15 |
| HSL | 241.87º | 0.79% | 0.48% | - |
| HSV(B) | 241.87º | 0.89% | 0.85% | - |
| XYZ | 13.57 | 6.05 | 66.78 | - |
| YUV | 48.8 | 223.49 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 218 | 0.86 | 0.89 | 0 | 0.15 | 241.87 | 0.79 | 0.48 |
| Hex | 1F | 19 | DA | 56 | 59 | 0 | F | F2 | 4F | 30 |
| Octal | 37 | 31 | 332 | 126 | 131 | 0 | 17 | 362 | 117 | 60 |
| Binary | 11111 | 11001 | 11011010 | 1010110 | 1011001 | 0 | 1111 | 11110010 | 1001111 | 110000 |
Color Harmonies of #1F19DA
Complementary color
Monochromatic Colors of #1F19DA
Black with #1F19DA
Text Example
Text Example
White with #1F19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F19DA; }
p { color: rgb(31,25,218); }
H1.HeaderClassName
{
color: #1F19DA;
}
.AnyTagClassName
{
color: #1F19DA;
}
</style>
background-color css
<style>
a { background-color: #1F19DA; }
a { background-color: rgb(31,25,218); }
div.DivClassName
{
background-color: #1F19DA;
}
.BgClassName
{
background-color: #1F19DA;
}
</style>
border-color css
<style>
span { border-color: #1F19DA; }
span { border-color: rgb(31,25,218); }
td.TdClassName
{
border-color: #1F19DA;
}
.TagClassName
{
border-color: #1F19DA;
}
</style>