Shades of Persian Blue #1F2CCF
Tints of Persian Blue #1F2CCF
RGB
CMYK
RGB Variations
Color information
#1F2CCF (or 0x1F2CCF) is known color: Persian Blue. HEX triplet: 1F, 2C and CF. RGB value is (31,44,207). Sum of RGB (Red+Green+Blue) = 31+44+207=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F2CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2CCF is #E0D330. Grayscale: #3A3A3A. Windows color (decimal): -14734129 or 13577247. OLE color: 13577247.
HSL color Cylindrical-coordinate representation of color #1F2CCF: hue angle of 235.57º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2CCF is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 44 | 207 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.19 |
| HSL | 235.57º | 0.74% | 0.47% | - |
| HSV(B) | 235.57º | 0.85% | 0.81% | - |
| XYZ | 12.73 | 6.6 | 59.63 | - |
| YUV | 58.7 | 211.69 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 207 | 0.85 | 0.79 | 0 | 0.19 | 235.57 | 0.74 | 0.47 |
| Hex | 1F | 2C | CF | 55 | 4F | 0 | 13 | EC | 4A | 2F |
| Octal | 37 | 54 | 317 | 125 | 117 | 0 | 23 | 354 | 112 | 57 |
| Binary | 11111 | 101100 | 11001111 | 1010101 | 1001111 | 0 | 10011 | 11101100 | 1001010 | 101111 |
Color Harmonies of #1F2CCF
Complementary color
Monochromatic Colors of #1F2CCF
Black with #1F2CCF
Text Example
Text Example
White with #1F2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2CCF; }
p { color: rgb(31,44,207); }
H1.HeaderClassName
{
color: #1F2CCF;
}
.AnyTagClassName
{
color: #1F2CCF;
}
</style>
background-color css
<style>
a { background-color: #1F2CCF; }
a { background-color: rgb(31,44,207); }
div.DivClassName
{
background-color: #1F2CCF;
}
.BgClassName
{
background-color: #1F2CCF;
}
</style>
border-color css
<style>
span { border-color: #1F2CCF; }
span { border-color: rgb(31,44,207); }
td.TdClassName
{
border-color: #1F2CCF;
}
.TagClassName
{
border-color: #1F2CCF;
}
</style>