Shades of Persian Blue #1F2ECF
Tints of Persian Blue #1F2ECF
RGB
CMYK
RGB Variations
Color information
#1F2ECF (or 0x1F2ECF) is known color: Persian Blue. HEX triplet: 1F, 2E and CF. RGB value is (31,46,207). Sum of RGB (Red+Green+Blue) = 31+46+207=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F2ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2ECF is #E0D130. Grayscale: #3B3B3B. Windows color (decimal): -14733617 or 13577759. OLE color: 13577759.
HSL color Cylindrical-coordinate representation of color #1F2ECF: hue angle of 234.89º 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 #1F2ECF is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 46 | 207 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.19 |
| HSL | 234.89º | 0.74% | 0.47% | - |
| HSV(B) | 234.89º | 0.85% | 0.81% | - |
| XYZ | 12.8 | 6.75 | 59.66 | - |
| YUV | 59.87 | 211.03 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 207 | 0.85 | 0.78 | 0 | 0.19 | 234.89 | 0.74 | 0.47 |
| Hex | 1F | 2E | CF | 55 | 4E | 0 | 13 | EB | 4A | 2F |
| Octal | 37 | 56 | 317 | 125 | 116 | 0 | 23 | 353 | 112 | 57 |
| Binary | 11111 | 101110 | 11001111 | 1010101 | 1001110 | 0 | 10011 | 11101011 | 1001010 | 101111 |
Color Harmonies of #1F2ECF
Complementary color
Monochromatic Colors of #1F2ECF
Black with #1F2ECF
Text Example
Text Example
White with #1F2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2ECF; }
p { color: rgb(31,46,207); }
H1.HeaderClassName
{
color: #1F2ECF;
}
.AnyTagClassName
{
color: #1F2ECF;
}
</style>
background-color css
<style>
a { background-color: #1F2ECF; }
a { background-color: rgb(31,46,207); }
div.DivClassName
{
background-color: #1F2ECF;
}
.BgClassName
{
background-color: #1F2ECF;
}
</style>
border-color css
<style>
span { border-color: #1F2ECF; }
span { border-color: rgb(31,46,207); }
td.TdClassName
{
border-color: #1F2ECF;
}
.TagClassName
{
border-color: #1F2ECF;
}
</style>