Shades of Persian Blue #152DBB
Tints of Persian Blue #152DBB
RGB
CMYK
RGB Variations
Color information
#152DBB (or 0x152DBB) is known color: Persian Blue. HEX triplet: 15, 2D and BB. RGB value is (21,45,187). Sum of RGB (Red+Green+Blue) = 21+45+187=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #152DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DBB is #EAD244. Grayscale: #353535. Windows color (decimal): -15389253 or 12266773. OLE color: 12266773.
HSL color Cylindrical-coordinate representation of color #152DBB: hue angle of 231.33º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152DBB is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 45 | 187 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.27 |
| HSL | 231.33º | 0.8% | 0.41% | - |
| HSV(B) | 231.33º | 0.89% | 0.73% | - |
| XYZ | 10.22 | 5.62 | 47.56 | - |
| YUV | 54.01 | 203.05 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 187 | 0.89 | 0.76 | 0 | 0.27 | 231.33 | 0.8 | 0.41 |
| Hex | 15 | 2D | BB | 59 | 4C | 0 | 1B | E7 | 50 | 29 |
| Octal | 25 | 55 | 273 | 131 | 114 | 0 | 33 | 347 | 120 | 51 |
| Binary | 10101 | 101101 | 10111011 | 1011001 | 1001100 | 0 | 11011 | 11100111 | 1010000 | 101001 |
Color Harmonies of #152DBB
Complementary color
Monochromatic Colors of #152DBB
Black with #152DBB
Text Example
Text Example
White with #152DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DBB; }
p { color: rgb(21,45,187); }
H1.HeaderClassName
{
color: #152DBB;
}
.AnyTagClassName
{
color: #152DBB;
}
</style>
background-color css
<style>
a { background-color: #152DBB; }
a { background-color: rgb(21,45,187); }
div.DivClassName
{
background-color: #152DBB;
}
.BgClassName
{
background-color: #152DBB;
}
</style>
border-color css
<style>
span { border-color: #152DBB; }
span { border-color: rgb(21,45,187); }
td.TdClassName
{
border-color: #152DBB;
}
.TagClassName
{
border-color: #152DBB;
}
</style>