Shades of Persian Blue #152AB7
Tints of Persian Blue #152AB7
RGB
CMYK
RGB Variations
Color information
#152AB7 (or 0x152AB7) is known color: Persian Blue. HEX triplet: 15, 2A and B7. RGB value is (21,42,183). Sum of RGB (Red+Green+Blue) = 21+42+183=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 183 (71.88% from 255 or 74.39% from 246); Max value from RGB is 183 - color contains mainly: blue. Hex color #152AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152AB7 is #EAD548. Grayscale: #333333. Windows color (decimal): -15390025 or 12003861. OLE color: 12003861.
HSL color Cylindrical-coordinate representation of color #152AB7: hue angle of 232.22º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152AB7 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 42 | 183 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.28 |
| HSL | 232.22º | 0.79% | 0.4% | - |
| HSV(B) | 232.22º | 0.89% | 0.72% | - |
| XYZ | 9.68 | 5.23 | 45.3 | - |
| YUV | 51.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 183 | 0.89 | 0.77 | 0 | 0.28 | 232.22 | 0.79 | 0.4 |
| Hex | 15 | 2A | B7 | 59 | 4D | 0 | 1C | E8 | 4F | 28 |
| Octal | 25 | 52 | 267 | 131 | 115 | 0 | 34 | 350 | 117 | 50 |
| Binary | 10101 | 101010 | 10110111 | 1011001 | 1001101 | 0 | 11100 | 11101000 | 1001111 | 101000 |
Color Harmonies of #152AB7
Complementary color
Monochromatic Colors of #152AB7
Black with #152AB7
Text Example
Text Example
White with #152AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AB7; }
p { color: rgb(21,42,183); }
H1.HeaderClassName
{
color: #152AB7;
}
.AnyTagClassName
{
color: #152AB7;
}
</style>
background-color css
<style>
a { background-color: #152AB7; }
a { background-color: rgb(21,42,183); }
div.DivClassName
{
background-color: #152AB7;
}
.BgClassName
{
background-color: #152AB7;
}
</style>
border-color css
<style>
span { border-color: #152AB7; }
span { border-color: rgb(21,42,183); }
td.TdClassName
{
border-color: #152AB7;
}
.TagClassName
{
border-color: #152AB7;
}
</style>