Shades of Persian Blue #152BBF
Tints of Persian Blue #152BBF
RGB
CMYK
RGB Variations
Color information
#152BBF (or 0x152BBF) is known color: Persian Blue. HEX triplet: 15, 2B and BF. RGB value is (21,43,191). Sum of RGB (Red+Green+Blue) = 21+43+191=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #152BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BBF is #EAD440. Grayscale: #343434. Windows color (decimal): -15389761 or 12528405. OLE color: 12528405.
HSL color Cylindrical-coordinate representation of color #152BBF: hue angle of 232.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152BBF is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 43 | 191 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.25 |
| HSL | 232.24º | 0.8% | 0.42% | - |
| HSV(B) | 232.24º | 0.89% | 0.75% | - |
| XYZ | 10.58 | 5.65 | 49.82 | - |
| YUV | 53.29 | 205.71 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 191 | 0.89 | 0.77 | 0 | 0.25 | 232.24 | 0.8 | 0.42 |
| Hex | 15 | 2B | BF | 59 | 4D | 0 | 19 | E8 | 50 | 2A |
| Octal | 25 | 53 | 277 | 131 | 115 | 0 | 31 | 350 | 120 | 52 |
| Binary | 10101 | 101011 | 10111111 | 1011001 | 1001101 | 0 | 11001 | 11101000 | 1010000 | 101010 |
Color Harmonies of #152BBF
Complementary color
Monochromatic Colors of #152BBF
Black with #152BBF
Text Example
Text Example
White with #152BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BBF; }
p { color: rgb(21,43,191); }
H1.HeaderClassName
{
color: #152BBF;
}
.AnyTagClassName
{
color: #152BBF;
}
</style>
background-color css
<style>
a { background-color: #152BBF; }
a { background-color: rgb(21,43,191); }
div.DivClassName
{
background-color: #152BBF;
}
.BgClassName
{
background-color: #152BBF;
}
</style>
border-color css
<style>
span { border-color: #152BBF; }
span { border-color: rgb(21,43,191); }
td.TdClassName
{
border-color: #152BBF;
}
.TagClassName
{
border-color: #152BBF;
}
</style>