Shades of Persian Blue #1F19BE
Tints of Persian Blue #1F19BE
RGB
CMYK
RGB Variations
Color information
#1F19BE (or 0x1F19BE) is known color: Persian Blue. HEX triplet: 1F, 19 and BE. RGB value is (31,25,190). Sum of RGB (Red+Green+Blue) = 31+25+190=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F19BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19BE is #E0E641. Grayscale: #2C2C2C. Windows color (decimal): -14739010 or 12458271. OLE color: 12458271.
HSL color Cylindrical-coordinate representation of color #1F19BE: hue angle of 242.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F19BE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 25 | 190 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.25 |
| HSL | 242.18º | 0.77% | 0.42% | - |
| HSV(B) | 242.18º | 0.87% | 0.75% | - |
| XYZ | 10.21 | 4.7 | 49.09 | - |
| YUV | 45.6 | 209.49 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 190 | 0.84 | 0.87 | 0 | 0.25 | 242.18 | 0.77 | 0.42 |
| Hex | 1F | 19 | BE | 54 | 57 | 0 | 19 | F2 | 4D | 2A |
| Octal | 37 | 31 | 276 | 124 | 127 | 0 | 31 | 362 | 115 | 52 |
| Binary | 11111 | 11001 | 10111110 | 1010100 | 1010111 | 0 | 11001 | 11110010 | 1001101 | 101010 |
Color Harmonies of #1F19BE
Complementary color
Monochromatic Colors of #1F19BE
Black with #1F19BE
Text Example
Text Example
White with #1F19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F19BE; }
p { color: rgb(31,25,190); }
H1.HeaderClassName
{
color: #1F19BE;
}
.AnyTagClassName
{
color: #1F19BE;
}
</style>
background-color css
<style>
a { background-color: #1F19BE; }
a { background-color: rgb(31,25,190); }
div.DivClassName
{
background-color: #1F19BE;
}
.BgClassName
{
background-color: #1F19BE;
}
</style>
border-color css
<style>
span { border-color: #1F19BE; }
span { border-color: rgb(31,25,190); }
td.TdClassName
{
border-color: #1F19BE;
}
.TagClassName
{
border-color: #1F19BE;
}
</style>