Shades of Persian Blue #1517B6
Tints of Persian Blue #1517B6
RGB
CMYK
RGB Variations
Color information
#1517B6 (or 0x1517B6) is known color: Persian Blue. HEX triplet: 15, 17 and B6. RGB value is (21,23,182). Sum of RGB (Red+Green+Blue) = 21+23+182=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 182 (71.48% from 255 or 80.53% from 226); Max value from RGB is 182 - color contains mainly: blue. Hex color #1517B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517B6 is #EAE849. Grayscale: #272727. Windows color (decimal): -15394890 or 11933461. OLE color: 11933461.
HSL color Cylindrical-coordinate representation of color #1517B6: hue angle of 239.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1517B6 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 23 | 182 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.29 |
| HSL | 239.25º | 0.79% | 0.4% | - |
| HSV(B) | 239.25º | 0.88% | 0.71% | - |
| XYZ | 9.06 | 4.15 | 44.58 | - |
| YUV | 40.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 182 | 0.88 | 0.87 | 0 | 0.29 | 239.25 | 0.79 | 0.4 |
| Hex | 15 | 17 | B6 | 58 | 57 | 0 | 1D | EF | 4F | 28 |
| Octal | 25 | 27 | 266 | 130 | 127 | 0 | 35 | 357 | 117 | 50 |
| Binary | 10101 | 10111 | 10110110 | 1011000 | 1010111 | 0 | 11101 | 11101111 | 1001111 | 101000 |
Color Harmonies of #1517B6
Complementary color
Monochromatic Colors of #1517B6
Black with #1517B6
Text Example
Text Example
White with #1517B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517B6; }
p { color: rgb(21,23,182); }
H1.HeaderClassName
{
color: #1517B6;
}
.AnyTagClassName
{
color: #1517B6;
}
</style>
background-color css
<style>
a { background-color: #1517B6; }
a { background-color: rgb(21,23,182); }
div.DivClassName
{
background-color: #1517B6;
}
.BgClassName
{
background-color: #1517B6;
}
</style>
border-color css
<style>
span { border-color: #1517B6; }
span { border-color: rgb(21,23,182); }
td.TdClassName
{
border-color: #1517B6;
}
.TagClassName
{
border-color: #1517B6;
}
</style>