Shades of Persian Blue #1D15B9
Tints of Persian Blue #1D15B9
RGB
CMYK
RGB Variations
Color information
#1D15B9 (or 0x1D15B9) is known color: Persian Blue. HEX triplet: 1D, 15 and B9. RGB value is (29,21,185). Sum of RGB (Red+Green+Blue) = 29+21+185=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #1D15B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15B9 is #E2EA46. Grayscale: #292929. Windows color (decimal): -14871111 or 12129565. OLE color: 12129565.
HSL color Cylindrical-coordinate representation of color #1D15B9: hue angle of 242.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D15B9 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 21 | 185 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.27 |
| HSL | 242.93º | 0.8% | 0.4% | - |
| HSV(B) | 242.93º | 0.89% | 0.73% | - |
| XYZ | 9.53 | 4.3 | 46.23 | - |
| YUV | 42.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 185 | 0.84 | 0.89 | 0 | 0.27 | 242.93 | 0.8 | 0.4 |
| Hex | 1D | 15 | B9 | 54 | 59 | 0 | 1B | F3 | 50 | 28 |
| Octal | 35 | 25 | 271 | 124 | 131 | 0 | 33 | 363 | 120 | 50 |
| Binary | 11101 | 10101 | 10111001 | 1010100 | 1011001 | 0 | 11011 | 11110011 | 1010000 | 101000 |
Color Harmonies of #1D15B9
Complementary color
Monochromatic Colors of #1D15B9
Black with #1D15B9
Text Example
Text Example
White with #1D15B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D15B9; }
p { color: rgb(29,21,185); }
H1.HeaderClassName
{
color: #1D15B9;
}
.AnyTagClassName
{
color: #1D15B9;
}
</style>
background-color css
<style>
a { background-color: #1D15B9; }
a { background-color: rgb(29,21,185); }
div.DivClassName
{
background-color: #1D15B9;
}
.BgClassName
{
background-color: #1D15B9;
}
</style>
border-color css
<style>
span { border-color: #1D15B9; }
span { border-color: rgb(29,21,185); }
td.TdClassName
{
border-color: #1D15B9;
}
.TagClassName
{
border-color: #1D15B9;
}
</style>