Shades of Persian Blue #1F24BE
Tints of Persian Blue #1F24BE
RGB
CMYK
RGB Variations
Color information
#1F24BE (or 0x1F24BE) is known color: Persian Blue. HEX triplet: 1F, 24 and BE. RGB value is (31,36,190). Sum of RGB (Red+Green+Blue) = 31+36+190=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F24BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F24BE is #E0DB41. Grayscale: #333333. Windows color (decimal): -14736194 or 12461087. OLE color: 12461087.
HSL color Cylindrical-coordinate representation of color #1F24BE: hue angle of 238.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F24BE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 36 | 190 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.25 |
| HSL | 238.11º | 0.72% | 0.43% | - |
| HSV(B) | 238.11º | 0.84% | 0.75% | - |
| XYZ | 10.49 | 5.27 | 49.18 | - |
| YUV | 52.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 190 | 0.84 | 0.81 | 0 | 0.25 | 238.11 | 0.72 | 0.43 |
| Hex | 1F | 24 | BE | 54 | 51 | 0 | 19 | EE | 48 | 2B |
| Octal | 37 | 44 | 276 | 124 | 121 | 0 | 31 | 356 | 110 | 53 |
| Binary | 11111 | 100100 | 10111110 | 1010100 | 1010001 | 0 | 11001 | 11101110 | 1001000 | 101011 |
Color Harmonies of #1F24BE
Complementary color
Monochromatic Colors of #1F24BE
Black with #1F24BE
Text Example
Text Example
White with #1F24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F24BE; }
p { color: rgb(31,36,190); }
H1.HeaderClassName
{
color: #1F24BE;
}
.AnyTagClassName
{
color: #1F24BE;
}
</style>
background-color css
<style>
a { background-color: #1F24BE; }
a { background-color: rgb(31,36,190); }
div.DivClassName
{
background-color: #1F24BE;
}
.BgClassName
{
background-color: #1F24BE;
}
</style>
border-color css
<style>
span { border-color: #1F24BE; }
span { border-color: rgb(31,36,190); }
td.TdClassName
{
border-color: #1F24BE;
}
.TagClassName
{
border-color: #1F24BE;
}
</style>