Shades of Persian Blue #1F21CB
Tints of Persian Blue #1F21CB
RGB
CMYK
RGB Variations
Color information
#1F21CB (or 0x1F21CB) is known color: Persian Blue. HEX triplet: 1F, 21 and CB. RGB value is (31,33,203). Sum of RGB (Red+Green+Blue) = 31+33+203=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F21CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F21CB is #E0DE34. Grayscale: #333333. Windows color (decimal): -14736949 or 13312287. OLE color: 13312287.
HSL color Cylindrical-coordinate representation of color #1F21CB: hue angle of 239.3º 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 #1F21CB is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 33 | 203 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.20 |
| HSL | 239.3º | 0.74% | 0.46% | - |
| HSV(B) | 239.3º | 0.85% | 0.8% | - |
| XYZ | 11.89 | 5.69 | 56.97 | - |
| YUV | 51.78 | 213.34 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 203 | 0.85 | 0.84 | 0 | 0.20 | 239.3 | 0.74 | 0.46 |
| Hex | 1F | 21 | CB | 55 | 54 | 0 | 14 | EF | 4A | 2E |
| Octal | 37 | 41 | 313 | 125 | 124 | 0 | 24 | 357 | 112 | 56 |
| Binary | 11111 | 100001 | 11001011 | 1010101 | 1010100 | 0 | 10100 | 11101111 | 1001010 | 101110 |
Color Harmonies of #1F21CB
Complementary color
Monochromatic Colors of #1F21CB
Black with #1F21CB
Text Example
Text Example
White with #1F21CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F21CB; }
p { color: rgb(31,33,203); }
H1.HeaderClassName
{
color: #1F21CB;
}
.AnyTagClassName
{
color: #1F21CB;
}
</style>
background-color css
<style>
a { background-color: #1F21CB; }
a { background-color: rgb(31,33,203); }
div.DivClassName
{
background-color: #1F21CB;
}
.BgClassName
{
background-color: #1F21CB;
}
</style>
border-color css
<style>
span { border-color: #1F21CB; }
span { border-color: rgb(31,33,203); }
td.TdClassName
{
border-color: #1F21CB;
}
.TagClassName
{
border-color: #1F21CB;
}
</style>