Shades of Persian Blue #1D3DDB
Tints of Persian Blue #1D3DDB
RGB
CMYK
RGB Variations
Color information
#1D3DDB (or 0x1D3DDB) is known color: Persian Blue. HEX triplet: 1D, 3D and DB. RGB value is (29,61,219). Sum of RGB (Red+Green+Blue) = 29+61+219=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3DDB is #E2C224. Grayscale: #444444. Windows color (decimal): -14860837 or 14368029. OLE color: 14368029.
HSL color Cylindrical-coordinate representation of color #1D3DDB: hue angle of 229.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D3DDB is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 61 | 219 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.14 |
| HSL | 229.89º | 0.77% | 0.49% | - |
| HSV(B) | 229.89º | 0.87% | 0.86% | - |
| XYZ | 14.96 | 8.71 | 67.91 | - |
| YUV | 69.44 | 212.4 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 219 | 0.87 | 0.72 | 0 | 0.14 | 229.89 | 0.77 | 0.49 |
| Hex | 1D | 3D | DB | 57 | 48 | 0 | E | E6 | 4D | 31 |
| Octal | 35 | 75 | 333 | 127 | 110 | 0 | 16 | 346 | 115 | 61 |
| Binary | 11101 | 111101 | 11011011 | 1010111 | 1001000 | 0 | 1110 | 11100110 | 1001101 | 110001 |
Color Harmonies of #1D3DDB
Complementary color
Monochromatic Colors of #1D3DDB
Black with #1D3DDB
Text Example
Text Example
White with #1D3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3DDB; }
p { color: rgb(29,61,219); }
H1.HeaderClassName
{
color: #1D3DDB;
}
.AnyTagClassName
{
color: #1D3DDB;
}
</style>
background-color css
<style>
a { background-color: #1D3DDB; }
a { background-color: rgb(29,61,219); }
div.DivClassName
{
background-color: #1D3DDB;
}
.BgClassName
{
background-color: #1D3DDB;
}
</style>
border-color css
<style>
span { border-color: #1D3DDB; }
span { border-color: rgb(29,61,219); }
td.TdClassName
{
border-color: #1D3DDB;
}
.TagClassName
{
border-color: #1D3DDB;
}
</style>