Shades of Persian Blue #1F21CE
Tints of Persian Blue #1F21CE
RGB
CMYK
RGB Variations
Color information
#1F21CE (or 0x1F21CE) is known color: Persian Blue. HEX triplet: 1F, 21 and CE. RGB value is (31,33,206). Sum of RGB (Red+Green+Blue) = 31+33+206=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F21CE is #E0DE31. Grayscale: #333333. Windows color (decimal): -14736946 or 13508895. OLE color: 13508895.
HSL color Cylindrical-coordinate representation of color #1F21CE: hue angle of 239.31º 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 #1F21CE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 33 | 206 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.19 |
| HSL | 239.31º | 0.74% | 0.46% | - |
| HSV(B) | 239.31º | 0.85% | 0.81% | - |
| XYZ | 12.25 | 5.84 | 58.87 | - |
| YUV | 52.12 | 214.84 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 206 | 0.85 | 0.84 | 0 | 0.19 | 239.31 | 0.74 | 0.46 |
| Hex | 1F | 21 | CE | 55 | 54 | 0 | 13 | EF | 4A | 2E |
| Octal | 37 | 41 | 316 | 125 | 124 | 0 | 23 | 357 | 112 | 56 |
| Binary | 11111 | 100001 | 11001110 | 1010101 | 1010100 | 0 | 10011 | 11101111 | 1001010 | 101110 |
Color Harmonies of #1F21CE
Complementary color
Monochromatic Colors of #1F21CE
Black with #1F21CE
Text Example
Text Example
White with #1F21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F21CE; }
p { color: rgb(31,33,206); }
H1.HeaderClassName
{
color: #1F21CE;
}
.AnyTagClassName
{
color: #1F21CE;
}
</style>
background-color css
<style>
a { background-color: #1F21CE; }
a { background-color: rgb(31,33,206); }
div.DivClassName
{
background-color: #1F21CE;
}
.BgClassName
{
background-color: #1F21CE;
}
</style>
border-color css
<style>
span { border-color: #1F21CE; }
span { border-color: rgb(31,33,206); }
td.TdClassName
{
border-color: #1F21CE;
}
.TagClassName
{
border-color: #1F21CE;
}
</style>