Shades of Medium Blue #1F19CF
Tints of Medium Blue #1F19CF
RGB
CMYK
RGB Variations
Color information
#1F19CF (or 0x1F19CF) is known color: Medium Blue. HEX triplet: 1F, 19 and CF. RGB value is (31,25,207). Sum of RGB (Red+Green+Blue) = 31+25+207=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F19CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19CF is #E0E630. Grayscale: #2E2E2E. Windows color (decimal): -14738993 or 13572383. OLE color: 13572383.
HSL color Cylindrical-coordinate representation of color #1F19CF: hue angle of 241.98º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F19CF is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 25 | 207 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.19 |
| HSL | 241.98º | 0.78% | 0.45% | - |
| HSV(B) | 241.98º | 0.88% | 0.81% | - |
| XYZ | 12.18 | 5.49 | 59.45 | - |
| YUV | 47.54 | 217.99 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 207 | 0.85 | 0.88 | 0 | 0.19 | 241.98 | 0.78 | 0.45 |
| Hex | 1F | 19 | CF | 55 | 58 | 0 | 13 | F2 | 4E | 2D |
| Octal | 37 | 31 | 317 | 125 | 130 | 0 | 23 | 362 | 116 | 55 |
| Binary | 11111 | 11001 | 11001111 | 1010101 | 1011000 | 0 | 10011 | 11110010 | 1001110 | 101101 |
Color Harmonies of #1F19CF
Complementary color
Monochromatic Colors of #1F19CF
Black with #1F19CF
Text Example
Text Example
White with #1F19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F19CF; }
p { color: rgb(31,25,207); }
H1.HeaderClassName
{
color: #1F19CF;
}
.AnyTagClassName
{
color: #1F19CF;
}
</style>
background-color css
<style>
a { background-color: #1F19CF; }
a { background-color: rgb(31,25,207); }
div.DivClassName
{
background-color: #1F19CF;
}
.BgClassName
{
background-color: #1F19CF;
}
</style>
border-color css
<style>
span { border-color: #1F19CF; }
span { border-color: rgb(31,25,207); }
td.TdClassName
{
border-color: #1F19CF;
}
.TagClassName
{
border-color: #1F19CF;
}
</style>