Shades of Persian Blue #1F3FDB
Tints of Persian Blue #1F3FDB
RGB
CMYK
RGB Variations
Color information
#1F3FDB (or 0x1F3FDB) is known color: Persian Blue. HEX triplet: 1F, 3F and DB. RGB value is (31,63,219). Sum of RGB (Red+Green+Blue) = 31+63+219=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F3FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3FDB is #E0C024. Grayscale: #464646. Windows color (decimal): -14729253 or 14368543. OLE color: 14368543.
HSL color Cylindrical-coordinate representation of color #1F3FDB: hue angle of 229.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3FDB is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 63 | 219 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.14 |
| HSL | 229.79º | 0.75% | 0.49% | - |
| HSV(B) | 229.79º | 0.86% | 0.86% | - |
| XYZ | 15.13 | 8.96 | 67.95 | - |
| YUV | 71.22 | 211.4 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 219 | 0.86 | 0.71 | 0 | 0.14 | 229.79 | 0.75 | 0.49 |
| Hex | 1F | 3F | DB | 56 | 47 | 0 | E | E6 | 4B | 31 |
| Octal | 37 | 77 | 333 | 126 | 107 | 0 | 16 | 346 | 113 | 61 |
| Binary | 11111 | 111111 | 11011011 | 1010110 | 1000111 | 0 | 1110 | 11100110 | 1001011 | 110001 |
Color Harmonies of #1F3FDB
Complementary color
Monochromatic Colors of #1F3FDB
Black with #1F3FDB
Text Example
Text Example
White with #1F3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3FDB; }
p { color: rgb(31,63,219); }
H1.HeaderClassName
{
color: #1F3FDB;
}
.AnyTagClassName
{
color: #1F3FDB;
}
</style>
background-color css
<style>
a { background-color: #1F3FDB; }
a { background-color: rgb(31,63,219); }
div.DivClassName
{
background-color: #1F3FDB;
}
.BgClassName
{
background-color: #1F3FDB;
}
</style>
border-color css
<style>
span { border-color: #1F3FDB; }
span { border-color: rgb(31,63,219); }
td.TdClassName
{
border-color: #1F3FDB;
}
.TagClassName
{
border-color: #1F3FDB;
}
</style>