Shades of Persian Blue #1F3BBF
Tints of Persian Blue #1F3BBF
RGB
CMYK
RGB Variations
Color information
#1F3BBF (or 0x1F3BBF) is known color: Persian Blue. HEX triplet: 1F, 3B and BF. RGB value is (31,59,191). Sum of RGB (Red+Green+Blue) = 31+59+191=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F3BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BBF is #E0C440. Grayscale: #414141. Windows color (decimal): -14730305 or 12532511. OLE color: 12532511.
HSL color Cylindrical-coordinate representation of color #1F3BBF: hue angle of 229.5º 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 #1F3BBF is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 59 | 191 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.25 |
| HSL | 229.5º | 0.72% | 0.44% | - |
| HSV(B) | 229.5º | 0.84% | 0.75% | - |
| XYZ | 11.53 | 7.18 | 50.07 | - |
| YUV | 65.68 | 198.72 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 191 | 0.84 | 0.69 | 0 | 0.25 | 229.5 | 0.72 | 0.44 |
| Hex | 1F | 3B | BF | 54 | 45 | 0 | 19 | E6 | 48 | 2C |
| Octal | 37 | 73 | 277 | 124 | 105 | 0 | 31 | 346 | 110 | 54 |
| Binary | 11111 | 111011 | 10111111 | 1010100 | 1000101 | 0 | 11001 | 11100110 | 1001000 | 101100 |
Color Harmonies of #1F3BBF
Complementary color
Monochromatic Colors of #1F3BBF
Black with #1F3BBF
Text Example
Text Example
White with #1F3BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3BBF; }
p { color: rgb(31,59,191); }
H1.HeaderClassName
{
color: #1F3BBF;
}
.AnyTagClassName
{
color: #1F3BBF;
}
</style>
background-color css
<style>
a { background-color: #1F3BBF; }
a { background-color: rgb(31,59,191); }
div.DivClassName
{
background-color: #1F3BBF;
}
.BgClassName
{
background-color: #1F3BBF;
}
</style>
border-color css
<style>
span { border-color: #1F3BBF; }
span { border-color: rgb(31,59,191); }
td.TdClassName
{
border-color: #1F3BBF;
}
.TagClassName
{
border-color: #1F3BBF;
}
</style>