Shades of Persian Blue #1D27DB
Tints of Persian Blue #1D27DB
RGB
CMYK
RGB Variations
Color information
#1D27DB (or 0x1D27DB) is known color: Persian Blue. HEX triplet: 1D, 27 and DB. RGB value is (29,39,219). Sum of RGB (Red+Green+Blue) = 29+39+219=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D27DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D27DB is #E2D824. Grayscale: #373737. Windows color (decimal): -14866469 or 14362397. OLE color: 14362397.
HSL color Cylindrical-coordinate representation of color #1D27DB: hue angle of 236.84º 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 #1D27DB is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 39 | 219 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.14 |
| HSL | 236.84º | 0.77% | 0.49% | - |
| HSV(B) | 236.84º | 0.87% | 0.86% | - |
| XYZ | 14.02 | 6.83 | 67.6 | - |
| YUV | 56.53 | 219.69 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 219 | 0.87 | 0.82 | 0 | 0.14 | 236.84 | 0.77 | 0.49 |
| Hex | 1D | 27 | DB | 57 | 52 | 0 | E | ED | 4D | 31 |
| Octal | 35 | 47 | 333 | 127 | 122 | 0 | 16 | 355 | 115 | 61 |
| Binary | 11101 | 100111 | 11011011 | 1010111 | 1010010 | 0 | 1110 | 11101101 | 1001101 | 110001 |
Color Harmonies of #1D27DB
Complementary color
Monochromatic Colors of #1D27DB
Black with #1D27DB
Text Example
Text Example
White with #1D27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D27DB; }
p { color: rgb(29,39,219); }
H1.HeaderClassName
{
color: #1D27DB;
}
.AnyTagClassName
{
color: #1D27DB;
}
</style>
background-color css
<style>
a { background-color: #1D27DB; }
a { background-color: rgb(29,39,219); }
div.DivClassName
{
background-color: #1D27DB;
}
.BgClassName
{
background-color: #1D27DB;
}
</style>
border-color css
<style>
span { border-color: #1D27DB; }
span { border-color: rgb(29,39,219); }
td.TdClassName
{
border-color: #1D27DB;
}
.TagClassName
{
border-color: #1D27DB;
}
</style>