Shades of Persian Blue #1D43DB
Tints of Persian Blue #1D43DB
RGB
CMYK
RGB Variations
Color information
#1D43DB (or 0x1D43DB) is known color: Persian Blue. HEX triplet: 1D, 43 and DB. RGB value is (29,67,219). Sum of RGB (Red+Green+Blue) = 29+67+219=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D43DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D43DB is #E2BC24. Grayscale: #484848. Windows color (decimal): -14859301 or 14369565. OLE color: 14369565.
HSL color Cylindrical-coordinate representation of color #1D43DB: hue angle of 228º 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 #1D43DB is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 67 | 219 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.14 |
| HSL | 228º | 0.77% | 0.49% | - |
| HSV(B) | 228º | 0.87% | 0.86% | - |
| XYZ | 15.3 | 9.39 | 68.02 | - |
| YUV | 72.97 | 210.41 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 219 | 0.87 | 0.69 | 0 | 0.14 | 228 | 0.77 | 0.49 |
| Hex | 1D | 43 | DB | 57 | 45 | 0 | E | E4 | 4D | 31 |
| Octal | 35 | 103 | 333 | 127 | 105 | 0 | 16 | 344 | 115 | 61 |
| Binary | 11101 | 1000011 | 11011011 | 1010111 | 1000101 | 0 | 1110 | 11100100 | 1001101 | 110001 |
Color Harmonies of #1D43DB
Complementary color
Monochromatic Colors of #1D43DB
Black with #1D43DB
Text Example
Text Example
White with #1D43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D43DB; }
p { color: rgb(29,67,219); }
H1.HeaderClassName
{
color: #1D43DB;
}
.AnyTagClassName
{
color: #1D43DB;
}
</style>
background-color css
<style>
a { background-color: #1D43DB; }
a { background-color: rgb(29,67,219); }
div.DivClassName
{
background-color: #1D43DB;
}
.BgClassName
{
background-color: #1D43DB;
}
</style>
border-color css
<style>
span { border-color: #1D43DB; }
span { border-color: rgb(29,67,219); }
td.TdClassName
{
border-color: #1D43DB;
}
.TagClassName
{
border-color: #1D43DB;
}
</style>