Shades of Persian Blue #1F20CE
Tints of Persian Blue #1F20CE
RGB
CMYK
RGB Variations
Color information
#1F20CE (or 0x1F20CE) is known color: Persian Blue. HEX triplet: 1F, 20 and CE. RGB value is (31,32,206). Sum of RGB (Red+Green+Blue) = 31+32+206=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F20CE is #E0DF31. Grayscale: #323232. Windows color (decimal): -14737202 or 13508639. OLE color: 13508639.
HSL color Cylindrical-coordinate representation of color #1F20CE: hue angle of 239.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F20CE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 32 | 206 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.19 |
| HSL | 239.66º | 0.74% | 0.46% | - |
| HSV(B) | 239.66º | 0.85% | 0.81% | - |
| XYZ | 12.22 | 5.78 | 58.86 | - |
| YUV | 51.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 206 | 0.85 | 0.84 | 0 | 0.19 | 239.66 | 0.74 | 0.46 |
| Hex | 1F | 20 | CE | 55 | 54 | 0 | 13 | F0 | 4A | 2E |
| Octal | 37 | 40 | 316 | 125 | 124 | 0 | 23 | 360 | 112 | 56 |
| Binary | 11111 | 100000 | 11001110 | 1010101 | 1010100 | 0 | 10011 | 11110000 | 1001010 | 101110 |
Color Harmonies of #1F20CE
Complementary color
Monochromatic Colors of #1F20CE
Black with #1F20CE
Text Example
Text Example
White with #1F20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F20CE; }
p { color: rgb(31,32,206); }
H1.HeaderClassName
{
color: #1F20CE;
}
.AnyTagClassName
{
color: #1F20CE;
}
</style>
background-color css
<style>
a { background-color: #1F20CE; }
a { background-color: rgb(31,32,206); }
div.DivClassName
{
background-color: #1F20CE;
}
.BgClassName
{
background-color: #1F20CE;
}
</style>
border-color css
<style>
span { border-color: #1F20CE; }
span { border-color: rgb(31,32,206); }
td.TdClassName
{
border-color: #1F20CE;
}
.TagClassName
{
border-color: #1F20CE;
}
</style>