Shades of Persian Blue #1F2DDB
Tints of Persian Blue #1F2DDB
RGB
CMYK
RGB Variations
Color information
#1F2DDB (or 0x1F2DDB) is known color: Persian Blue. HEX triplet: 1F, 2D and DB. RGB value is (31,45,219). Sum of RGB (Red+Green+Blue) = 31+45+219=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F2DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2DDB is #E0D224. Grayscale: #3B3B3B. Windows color (decimal): -14733861 or 14363935. OLE color: 14363935.
HSL color Cylindrical-coordinate representation of color #1F2DDB: hue angle of 235.53º 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 #1F2DDB is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 45 | 219 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.14 |
| HSL | 235.53º | 0.75% | 0.49% | - |
| HSV(B) | 235.53º | 0.86% | 0.86% | - |
| XYZ | 14.29 | 7.28 | 67.67 | - |
| YUV | 60.65 | 217.36 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 219 | 0.86 | 0.79 | 0 | 0.14 | 235.53 | 0.75 | 0.49 |
| Hex | 1F | 2D | DB | 56 | 4F | 0 | E | EC | 4B | 31 |
| Octal | 37 | 55 | 333 | 126 | 117 | 0 | 16 | 354 | 113 | 61 |
| Binary | 11111 | 101101 | 11011011 | 1010110 | 1001111 | 0 | 1110 | 11101100 | 1001011 | 110001 |
Color Harmonies of #1F2DDB
Complementary color
Monochromatic Colors of #1F2DDB
Black with #1F2DDB
Text Example
Text Example
White with #1F2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2DDB; }
p { color: rgb(31,45,219); }
H1.HeaderClassName
{
color: #1F2DDB;
}
.AnyTagClassName
{
color: #1F2DDB;
}
</style>
background-color css
<style>
a { background-color: #1F2DDB; }
a { background-color: rgb(31,45,219); }
div.DivClassName
{
background-color: #1F2DDB;
}
.BgClassName
{
background-color: #1F2DDB;
}
</style>
border-color css
<style>
span { border-color: #1F2DDB; }
span { border-color: rgb(31,45,219); }
td.TdClassName
{
border-color: #1F2DDB;
}
.TagClassName
{
border-color: #1F2DDB;
}
</style>