Shades of Persian Blue #152BBE
Tints of Persian Blue #152BBE
RGB
CMYK
RGB Variations
Color information
#152BBE (or 0x152BBE) is known color: Persian Blue. HEX triplet: 15, 2B and BE. RGB value is (21,43,190). Sum of RGB (Red+Green+Blue) = 21+43+190=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #152BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BBE is #EAD441. Grayscale: #343434. Windows color (decimal): -15389762 or 12462869. OLE color: 12462869.
HSL color Cylindrical-coordinate representation of color #152BBE: hue angle of 232.19º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152BBE is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 43 | 190 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.25 |
| HSL | 232.19º | 0.8% | 0.41% | - |
| HSV(B) | 232.19º | 0.89% | 0.75% | - |
| XYZ | 10.47 | 5.6 | 49.25 | - |
| YUV | 53.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 190 | 0.89 | 0.77 | 0 | 0.25 | 232.19 | 0.8 | 0.41 |
| Hex | 15 | 2B | BE | 59 | 4D | 0 | 19 | E8 | 50 | 29 |
| Octal | 25 | 53 | 276 | 131 | 115 | 0 | 31 | 350 | 120 | 51 |
| Binary | 10101 | 101011 | 10111110 | 1011001 | 1001101 | 0 | 11001 | 11101000 | 1010000 | 101001 |
Color Harmonies of #152BBE
Complementary color
Monochromatic Colors of #152BBE
Black with #152BBE
Text Example
Text Example
White with #152BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BBE; }
p { color: rgb(21,43,190); }
H1.HeaderClassName
{
color: #152BBE;
}
.AnyTagClassName
{
color: #152BBE;
}
</style>
background-color css
<style>
a { background-color: #152BBE; }
a { background-color: rgb(21,43,190); }
div.DivClassName
{
background-color: #152BBE;
}
.BgClassName
{
background-color: #152BBE;
}
</style>
border-color css
<style>
span { border-color: #152BBE; }
span { border-color: rgb(21,43,190); }
td.TdClassName
{
border-color: #152BBE;
}
.TagClassName
{
border-color: #152BBE;
}
</style>