Shades of Persian Blue #1D21DB
Tints of Persian Blue #1D21DB
RGB
CMYK
RGB Variations
Color information
#1D21DB (or 0x1D21DB) is known color: Persian Blue. HEX triplet: 1D, 21 and DB. RGB value is (29,33,219). Sum of RGB (Red+Green+Blue) = 29+33+219=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D21DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D21DB is #E2DE24. Grayscale: #343434. Windows color (decimal): -14868005 or 14360861. OLE color: 14360861.
HSL color Cylindrical-coordinate representation of color #1D21DB: hue angle of 238.74º 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 #1D21DB is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 33 | 219 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.14 |
| HSL | 238.74º | 0.77% | 0.49% | - |
| HSV(B) | 238.74º | 0.87% | 0.86% | - |
| XYZ | 13.84 | 6.46 | 67.54 | - |
| YUV | 53.01 | 221.67 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 219 | 0.87 | 0.85 | 0 | 0.14 | 238.74 | 0.77 | 0.49 |
| Hex | 1D | 21 | DB | 57 | 55 | 0 | E | EF | 4D | 31 |
| Octal | 35 | 41 | 333 | 127 | 125 | 0 | 16 | 357 | 115 | 61 |
| Binary | 11101 | 100001 | 11011011 | 1010111 | 1010101 | 0 | 1110 | 11101111 | 1001101 | 110001 |
Color Harmonies of #1D21DB
Complementary color
Monochromatic Colors of #1D21DB
Black with #1D21DB
Text Example
Text Example
White with #1D21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D21DB; }
p { color: rgb(29,33,219); }
H1.HeaderClassName
{
color: #1D21DB;
}
.AnyTagClassName
{
color: #1D21DB;
}
</style>
background-color css
<style>
a { background-color: #1D21DB; }
a { background-color: rgb(29,33,219); }
div.DivClassName
{
background-color: #1D21DB;
}
.BgClassName
{
background-color: #1D21DB;
}
</style>
border-color css
<style>
span { border-color: #1D21DB; }
span { border-color: rgb(29,33,219); }
td.TdClassName
{
border-color: #1D21DB;
}
.TagClassName
{
border-color: #1D21DB;
}
</style>