Shades of Persian Blue #1F20CD
Tints of Persian Blue #1F20CD
RGB
CMYK
RGB Variations
Color information
#1F20CD (or 0x1F20CD) is known color: Persian Blue. HEX triplet: 1F, 20 and CD. RGB value is (31,32,205). Sum of RGB (Red+Green+Blue) = 31+32+205=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F20CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F20CD is #E0DF32. Grayscale: #323232. Windows color (decimal): -14737203 or 13443103. OLE color: 13443103.
HSL color Cylindrical-coordinate representation of color #1F20CD: hue angle of 239.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F20CD is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 32 | 205 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.20 |
| HSL | 239.66º | 0.74% | 0.46% | - |
| HSV(B) | 239.66º | 0.85% | 0.8% | - |
| XYZ | 12.1 | 5.73 | 58.23 | - |
| YUV | 51.42 | 214.67 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 205 | 0.85 | 0.84 | 0 | 0.20 | 239.66 | 0.74 | 0.46 |
| Hex | 1F | 20 | CD | 55 | 54 | 0 | 14 | F0 | 4A | 2E |
| Octal | 37 | 40 | 315 | 125 | 124 | 0 | 24 | 360 | 112 | 56 |
| Binary | 11111 | 100000 | 11001101 | 1010101 | 1010100 | 0 | 10100 | 11110000 | 1001010 | 101110 |
Color Harmonies of #1F20CD
Complementary color
Monochromatic Colors of #1F20CD
Black with #1F20CD
Text Example
Text Example
White with #1F20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F20CD; }
p { color: rgb(31,32,205); }
H1.HeaderClassName
{
color: #1F20CD;
}
.AnyTagClassName
{
color: #1F20CD;
}
</style>
background-color css
<style>
a { background-color: #1F20CD; }
a { background-color: rgb(31,32,205); }
div.DivClassName
{
background-color: #1F20CD;
}
.BgClassName
{
background-color: #1F20CD;
}
</style>
border-color css
<style>
span { border-color: #1F20CD; }
span { border-color: rgb(31,32,205); }
td.TdClassName
{
border-color: #1F20CD;
}
.TagClassName
{
border-color: #1F20CD;
}
</style>