Shades of Persian Blue #152CBD
Tints of Persian Blue #152CBD
RGB
CMYK
RGB Variations
Color information
#152CBD (or 0x152CBD) is known color: Persian Blue. HEX triplet: 15, 2C and BD. RGB value is (21,44,189). Sum of RGB (Red+Green+Blue) = 21+44+189=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #152CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CBD is #EAD342. Grayscale: #353535. Windows color (decimal): -15389507 or 12397589. OLE color: 12397589.
HSL color Cylindrical-coordinate representation of color #152CBD: hue angle of 231.79º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152CBD is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 44 | 189 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.26 |
| HSL | 231.79º | 0.8% | 0.41% | - |
| HSV(B) | 231.79º | 0.89% | 0.74% | - |
| XYZ | 10.4 | 5.63 | 48.68 | - |
| YUV | 53.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 189 | 0.89 | 0.77 | 0 | 0.26 | 231.79 | 0.8 | 0.41 |
| Hex | 15 | 2C | BD | 59 | 4D | 0 | 1A | E8 | 50 | 29 |
| Octal | 25 | 54 | 275 | 131 | 115 | 0 | 32 | 350 | 120 | 51 |
| Binary | 10101 | 101100 | 10111101 | 1011001 | 1001101 | 0 | 11010 | 11101000 | 1010000 | 101001 |
Color Harmonies of #152CBD
Complementary color
Monochromatic Colors of #152CBD
Black with #152CBD
Text Example
Text Example
White with #152CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CBD; }
p { color: rgb(21,44,189); }
H1.HeaderClassName
{
color: #152CBD;
}
.AnyTagClassName
{
color: #152CBD;
}
</style>
background-color css
<style>
a { background-color: #152CBD; }
a { background-color: rgb(21,44,189); }
div.DivClassName
{
background-color: #152CBD;
}
.BgClassName
{
background-color: #152CBD;
}
</style>
border-color css
<style>
span { border-color: #152CBD; }
span { border-color: rgb(21,44,189); }
td.TdClassName
{
border-color: #152CBD;
}
.TagClassName
{
border-color: #152CBD;
}
</style>