Shades of Persian Blue #1D2DDB
Tints of Persian Blue #1D2DDB
RGB
CMYK
RGB Variations
Color information
#1D2DDB (or 0x1D2DDB) is known color: Persian Blue. HEX triplet: 1D, 2D and DB. RGB value is (29,45,219). Sum of RGB (Red+Green+Blue) = 29+45+219=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D2DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2DDB is #E2D224. Grayscale: #3B3B3B. Windows color (decimal): -14864933 or 14363933. OLE color: 14363933.
HSL color Cylindrical-coordinate representation of color #1D2DDB: hue angle of 234.95º 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 #1D2DDB is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 45 | 219 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.14 |
| HSL | 234.95º | 0.77% | 0.49% | - |
| HSV(B) | 234.95º | 0.87% | 0.86% | - |
| XYZ | 14.23 | 7.25 | 67.67 | - |
| YUV | 60.05 | 217.7 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 219 | 0.87 | 0.79 | 0 | 0.14 | 234.95 | 0.77 | 0.49 |
| Hex | 1D | 2D | DB | 57 | 4F | 0 | E | EB | 4D | 31 |
| Octal | 35 | 55 | 333 | 127 | 117 | 0 | 16 | 353 | 115 | 61 |
| Binary | 11101 | 101101 | 11011011 | 1010111 | 1001111 | 0 | 1110 | 11101011 | 1001101 | 110001 |
Color Harmonies of #1D2DDB
Complementary color
Monochromatic Colors of #1D2DDB
Black with #1D2DDB
Text Example
Text Example
White with #1D2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2DDB; }
p { color: rgb(29,45,219); }
H1.HeaderClassName
{
color: #1D2DDB;
}
.AnyTagClassName
{
color: #1D2DDB;
}
</style>
background-color css
<style>
a { background-color: #1D2DDB; }
a { background-color: rgb(29,45,219); }
div.DivClassName
{
background-color: #1D2DDB;
}
.BgClassName
{
background-color: #1D2DDB;
}
</style>
border-color css
<style>
span { border-color: #1D2DDB; }
span { border-color: rgb(29,45,219); }
td.TdClassName
{
border-color: #1D2DDB;
}
.TagClassName
{
border-color: #1D2DDB;
}
</style>