Shades of Persian Blue #152BD8
Tints of Persian Blue #152BD8
RGB
CMYK
RGB Variations
Color information
#152BD8 (or 0x152BD8) is known color: Persian Blue. HEX triplet: 15, 2B and D8. RGB value is (21,43,216). Sum of RGB (Red+Green+Blue) = 21+43+216=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 216 (84.77% from 255 or 77.14% from 280); Max value from RGB is 216 - color contains mainly: blue. Hex color #152BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BD8 is #EAD427. Grayscale: #373737. Windows color (decimal): -15389736 or 14166805. OLE color: 14166805.
HSL color Cylindrical-coordinate representation of color #152BD8: hue angle of 233.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152BD8 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 43 | 216 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.15 |
| HSL | 233.23º | 0.82% | 0.46% | - |
| HSV(B) | 233.23º | 0.9% | 0.85% | - |
| XYZ | 13.57 | 6.85 | 65.57 | - |
| YUV | 56.14 | 218.21 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 216 | 0.90 | 0.80 | 0 | 0.15 | 233.23 | 0.82 | 0.46 |
| Hex | 15 | 2B | D8 | 5A | 50 | 0 | F | E9 | 52 | 2E |
| Octal | 25 | 53 | 330 | 132 | 120 | 0 | 17 | 351 | 122 | 56 |
| Binary | 10101 | 101011 | 11011000 | 1011010 | 1010000 | 0 | 1111 | 11101001 | 1010010 | 101110 |
Color Harmonies of #152BD8
Complementary color
Monochromatic Colors of #152BD8
Black with #152BD8
Text Example
Text Example
White with #152BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BD8; }
p { color: rgb(21,43,216); }
H1.HeaderClassName
{
color: #152BD8;
}
.AnyTagClassName
{
color: #152BD8;
}
</style>
background-color css
<style>
a { background-color: #152BD8; }
a { background-color: rgb(21,43,216); }
div.DivClassName
{
background-color: #152BD8;
}
.BgClassName
{
background-color: #152BD8;
}
</style>
border-color css
<style>
span { border-color: #152BD8; }
span { border-color: rgb(21,43,216); }
td.TdClassName
{
border-color: #152BD8;
}
.TagClassName
{
border-color: #152BD8;
}
</style>