Shades of Persian Blue #1520B8
Tints of Persian Blue #1520B8
RGB
CMYK
RGB Variations
Color information
#1520B8 (or 0x1520B8) is known color: Persian Blue. HEX triplet: 15, 20 and B8. RGB value is (21,32,184). Sum of RGB (Red+Green+Blue) = 21+32+184=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 184 (72.27% from 255 or 77.64% from 237); Max value from RGB is 184 - color contains mainly: blue. Hex color #1520B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520B8 is #EADF47. Grayscale: #2D2D2D. Windows color (decimal): -15392584 or 12066837. OLE color: 12066837.
HSL color Cylindrical-coordinate representation of color #1520B8: hue angle of 235.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1520B8 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 32 | 184 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.28 |
| HSL | 235.95º | 0.8% | 0.4% | - |
| HSV(B) | 235.95º | 0.89% | 0.72% | - |
| XYZ | 9.48 | 4.65 | 45.75 | - |
| YUV | 46.04 | 205.86 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 184 | 0.89 | 0.83 | 0 | 0.28 | 235.95 | 0.8 | 0.4 |
| Hex | 15 | 20 | B8 | 59 | 53 | 0 | 1C | EC | 50 | 28 |
| Octal | 25 | 40 | 270 | 131 | 123 | 0 | 34 | 354 | 120 | 50 |
| Binary | 10101 | 100000 | 10111000 | 1011001 | 1010011 | 0 | 11100 | 11101100 | 1010000 | 101000 |
Color Harmonies of #1520B8
Complementary color
Monochromatic Colors of #1520B8
Black with #1520B8
Text Example
Text Example
White with #1520B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520B8; }
p { color: rgb(21,32,184); }
H1.HeaderClassName
{
color: #1520B8;
}
.AnyTagClassName
{
color: #1520B8;
}
</style>
background-color css
<style>
a { background-color: #1520B8; }
a { background-color: rgb(21,32,184); }
div.DivClassName
{
background-color: #1520B8;
}
.BgClassName
{
background-color: #1520B8;
}
</style>
border-color css
<style>
span { border-color: #1520B8; }
span { border-color: rgb(21,32,184); }
td.TdClassName
{
border-color: #1520B8;
}
.TagClassName
{
border-color: #1520B8;
}
</style>