Shades of Persian Blue #152BD5
Tints of Persian Blue #152BD5
RGB
CMYK
RGB Variations
Color information
#152BD5 (or 0x152BD5) is known color: Persian Blue. HEX triplet: 15, 2B and D5. RGB value is (21,43,213). Sum of RGB (Red+Green+Blue) = 21+43+213=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 213 (83.59% from 255 or 76.90% from 277); Max value from RGB is 213 - color contains mainly: blue. Hex color #152BD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BD5 is #EAD42A. Grayscale: #373737. Windows color (decimal): -15389739 or 13970197. OLE color: 13970197.
HSL color Cylindrical-coordinate representation of color #152BD5: hue angle of 233.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152BD5 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 43 | 213 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.16 |
| HSL | 233.13º | 0.82% | 0.46% | - |
| HSV(B) | 233.13º | 0.9% | 0.84% | - |
| XYZ | 13.18 | 6.69 | 63.55 | - |
| YUV | 55.8 | 216.71 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 213 | 0.90 | 0.80 | 0 | 0.16 | 233.13 | 0.82 | 0.46 |
| Hex | 15 | 2B | D5 | 5A | 50 | 0 | 10 | E9 | 52 | 2E |
| Octal | 25 | 53 | 325 | 132 | 120 | 0 | 20 | 351 | 122 | 56 |
| Binary | 10101 | 101011 | 11010101 | 1011010 | 1010000 | 0 | 10000 | 11101001 | 1010010 | 101110 |
Color Harmonies of #152BD5
Complementary color
Monochromatic Colors of #152BD5
Black with #152BD5
Text Example
Text Example
White with #152BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BD5; }
p { color: rgb(21,43,213); }
H1.HeaderClassName
{
color: #152BD5;
}
.AnyTagClassName
{
color: #152BD5;
}
</style>
background-color css
<style>
a { background-color: #152BD5; }
a { background-color: rgb(21,43,213); }
div.DivClassName
{
background-color: #152BD5;
}
.BgClassName
{
background-color: #152BD5;
}
</style>
border-color css
<style>
span { border-color: #152BD5; }
span { border-color: rgb(21,43,213); }
td.TdClassName
{
border-color: #152BD5;
}
.TagClassName
{
border-color: #152BD5;
}
</style>