Shades of Persian Blue #1F2DBF
Tints of Persian Blue #1F2DBF
RGB
CMYK
RGB Variations
Color information
#1F2DBF (or 0x1F2DBF) is known color: Persian Blue. HEX triplet: 1F, 2D and BF. RGB value is (31,45,191). Sum of RGB (Red+Green+Blue) = 31+45+191=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F2DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2DBF is #E0D240. Grayscale: #383838. Windows color (decimal): -14733889 or 12528927. OLE color: 12528927.
HSL color Cylindrical-coordinate representation of color #1F2DBF: hue angle of 234.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F2DBF is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 45 | 191 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.25 |
| HSL | 234.75º | 0.72% | 0.44% | - |
| HSV(B) | 234.75º | 0.84% | 0.75% | - |
| XYZ | 10.91 | 5.93 | 49.86 | - |
| YUV | 57.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 191 | 0.84 | 0.76 | 0 | 0.25 | 234.75 | 0.72 | 0.44 |
| Hex | 1F | 2D | BF | 54 | 4C | 0 | 19 | EB | 48 | 2C |
| Octal | 37 | 55 | 277 | 124 | 114 | 0 | 31 | 353 | 110 | 54 |
| Binary | 11111 | 101101 | 10111111 | 1010100 | 1001100 | 0 | 11001 | 11101011 | 1001000 | 101100 |
Color Harmonies of #1F2DBF
Complementary color
Monochromatic Colors of #1F2DBF
Black with #1F2DBF
Text Example
Text Example
White with #1F2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2DBF; }
p { color: rgb(31,45,191); }
H1.HeaderClassName
{
color: #1F2DBF;
}
.AnyTagClassName
{
color: #1F2DBF;
}
</style>
background-color css
<style>
a { background-color: #1F2DBF; }
a { background-color: rgb(31,45,191); }
div.DivClassName
{
background-color: #1F2DBF;
}
.BgClassName
{
background-color: #1F2DBF;
}
</style>
border-color css
<style>
span { border-color: #1F2DBF; }
span { border-color: rgb(31,45,191); }
td.TdClassName
{
border-color: #1F2DBF;
}
.TagClassName
{
border-color: #1F2DBF;
}
</style>