Shades of Persian Blue #1F3BCF
Tints of Persian Blue #1F3BCF
RGB
CMYK
RGB Variations
Color information
#1F3BCF (or 0x1F3BCF) is known color: Persian Blue. HEX triplet: 1F, 3B and CF. RGB value is (31,59,207). Sum of RGB (Red+Green+Blue) = 31+59+207=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F3BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BCF is #E0C430. Grayscale: #424242. Windows color (decimal): -14730289 or 13581087. OLE color: 13581087.
HSL color Cylindrical-coordinate representation of color #1F3BCF: hue angle of 230.45º 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 #1F3BCF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 59 | 207 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.19 |
| HSL | 230.45º | 0.74% | 0.47% | - |
| HSV(B) | 230.45º | 0.85% | 0.81% | - |
| XYZ | 13.39 | 7.92 | 59.86 | - |
| YUV | 67.5 | 206.72 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 207 | 0.85 | 0.71 | 0 | 0.19 | 230.45 | 0.74 | 0.47 |
| Hex | 1F | 3B | CF | 55 | 47 | 0 | 13 | E6 | 4A | 2F |
| Octal | 37 | 73 | 317 | 125 | 107 | 0 | 23 | 346 | 112 | 57 |
| Binary | 11111 | 111011 | 11001111 | 1010101 | 1000111 | 0 | 10011 | 11100110 | 1001010 | 101111 |
Color Harmonies of #1F3BCF
Complementary color
Monochromatic Colors of #1F3BCF
Black with #1F3BCF
Text Example
Text Example
White with #1F3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3BCF; }
p { color: rgb(31,59,207); }
H1.HeaderClassName
{
color: #1F3BCF;
}
.AnyTagClassName
{
color: #1F3BCF;
}
</style>
background-color css
<style>
a { background-color: #1F3BCF; }
a { background-color: rgb(31,59,207); }
div.DivClassName
{
background-color: #1F3BCF;
}
.BgClassName
{
background-color: #1F3BCF;
}
</style>
border-color css
<style>
span { border-color: #1F3BCF; }
span { border-color: rgb(31,59,207); }
td.TdClassName
{
border-color: #1F3BCF;
}
.TagClassName
{
border-color: #1F3BCF;
}
</style>