Shades of Persian Blue #1F2FCB
Tints of Persian Blue #1F2FCB
RGB
CMYK
RGB Variations
Color information
#1F2FCB (or 0x1F2FCB) is known color: Persian Blue. HEX triplet: 1F, 2F and CB. RGB value is (31,47,203). Sum of RGB (Red+Green+Blue) = 31+47+203=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F2FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2FCB is #E0D034. Grayscale: #3B3B3B. Windows color (decimal): -14733365 or 13315871. OLE color: 13315871.
HSL color Cylindrical-coordinate representation of color #1F2FCB: hue angle of 234.42º 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 #1F2FCB is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 47 | 203 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.20 |
| HSL | 234.42º | 0.74% | 0.46% | - |
| HSV(B) | 234.42º | 0.85% | 0.8% | - |
| XYZ | 12.36 | 6.64 | 57.13 | - |
| YUV | 60 | 208.7 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 203 | 0.85 | 0.77 | 0 | 0.20 | 234.42 | 0.74 | 0.46 |
| Hex | 1F | 2F | CB | 55 | 4D | 0 | 14 | EA | 4A | 2E |
| Octal | 37 | 57 | 313 | 125 | 115 | 0 | 24 | 352 | 112 | 56 |
| Binary | 11111 | 101111 | 11001011 | 1010101 | 1001101 | 0 | 10100 | 11101010 | 1001010 | 101110 |
Color Harmonies of #1F2FCB
Complementary color
Monochromatic Colors of #1F2FCB
Black with #1F2FCB
Text Example
Text Example
White with #1F2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FCB; }
p { color: rgb(31,47,203); }
H1.HeaderClassName
{
color: #1F2FCB;
}
.AnyTagClassName
{
color: #1F2FCB;
}
</style>
background-color css
<style>
a { background-color: #1F2FCB; }
a { background-color: rgb(31,47,203); }
div.DivClassName
{
background-color: #1F2FCB;
}
.BgClassName
{
background-color: #1F2FCB;
}
</style>
border-color css
<style>
span { border-color: #1F2FCB; }
span { border-color: rgb(31,47,203); }
td.TdClassName
{
border-color: #1F2FCB;
}
.TagClassName
{
border-color: #1F2FCB;
}
</style>