Shades of Persian Blue #1D1ED6
Tints of Persian Blue #1D1ED6
RGB
CMYK
RGB Variations
Color information
#1D1ED6 (or 0x1D1ED6) is known color: Persian Blue. HEX triplet: 1D, 1E and D6. RGB value is (29,30,214). Sum of RGB (Red+Green+Blue) = 29+30+214=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 214 (83.98% from 255 or 78.39% from 273); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D1ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1ED6 is #E2E129. Grayscale: #313131. Windows color (decimal): -14868778 or 14032413. OLE color: 14032413.
HSL color Cylindrical-coordinate representation of color #1D1ED6: hue angle of 239.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1ED6 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 30 | 214 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.16 |
| HSL | 239.68º | 0.76% | 0.48% | - |
| HSV(B) | 239.68º | 0.86% | 0.84% | - |
| XYZ | 13.11 | 6.04 | 64.09 | - |
| YUV | 50.68 | 220.17 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 214 | 0.86 | 0.86 | 0 | 0.16 | 239.68 | 0.76 | 0.48 |
| Hex | 1D | 1E | D6 | 56 | 56 | 0 | 10 | F0 | 4C | 30 |
| Octal | 35 | 36 | 326 | 126 | 126 | 0 | 20 | 360 | 114 | 60 |
| Binary | 11101 | 11110 | 11010110 | 1010110 | 1010110 | 0 | 10000 | 11110000 | 1001100 | 110000 |
Color Harmonies of #1D1ED6
Complementary color
Monochromatic Colors of #1D1ED6
Black with #1D1ED6
Text Example
Text Example
White with #1D1ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1ED6; }
p { color: rgb(29,30,214); }
H1.HeaderClassName
{
color: #1D1ED6;
}
.AnyTagClassName
{
color: #1D1ED6;
}
</style>
background-color css
<style>
a { background-color: #1D1ED6; }
a { background-color: rgb(29,30,214); }
div.DivClassName
{
background-color: #1D1ED6;
}
.BgClassName
{
background-color: #1D1ED6;
}
</style>
border-color css
<style>
span { border-color: #1D1ED6; }
span { border-color: rgb(29,30,214); }
td.TdClassName
{
border-color: #1D1ED6;
}
.TagClassName
{
border-color: #1D1ED6;
}
</style>