Shades of Persian Blue #152AB9
Tints of Persian Blue #152AB9
RGB
CMYK
RGB Variations
Color information
#152AB9 (or 0x152AB9) is known color: Persian Blue. HEX triplet: 15, 2A and B9. RGB value is (21,42,185). Sum of RGB (Red+Green+Blue) = 21+42+185=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #152AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152AB9 is #EAD546. Grayscale: #333333. Windows color (decimal): -15390023 or 12134933. OLE color: 12134933.
HSL color Cylindrical-coordinate representation of color #152AB9: hue angle of 232.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152AB9 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 42 | 185 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.27 |
| HSL | 232.32º | 0.8% | 0.4% | - |
| HSV(B) | 232.32º | 0.89% | 0.73% | - |
| XYZ | 9.89 | 5.32 | 46.4 | - |
| YUV | 52.02 | 203.04 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 185 | 0.89 | 0.77 | 0 | 0.27 | 232.32 | 0.8 | 0.4 |
| Hex | 15 | 2A | B9 | 59 | 4D | 0 | 1B | E8 | 50 | 28 |
| Octal | 25 | 52 | 271 | 131 | 115 | 0 | 33 | 350 | 120 | 50 |
| Binary | 10101 | 101010 | 10111001 | 1011001 | 1001101 | 0 | 11011 | 11101000 | 1010000 | 101000 |
Color Harmonies of #152AB9
Complementary color
Monochromatic Colors of #152AB9
Black with #152AB9
Text Example
Text Example
White with #152AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AB9; }
p { color: rgb(21,42,185); }
H1.HeaderClassName
{
color: #152AB9;
}
.AnyTagClassName
{
color: #152AB9;
}
</style>
background-color css
<style>
a { background-color: #152AB9; }
a { background-color: rgb(21,42,185); }
div.DivClassName
{
background-color: #152AB9;
}
.BgClassName
{
background-color: #152AB9;
}
</style>
border-color css
<style>
span { border-color: #152AB9; }
span { border-color: rgb(21,42,185); }
td.TdClassName
{
border-color: #152AB9;
}
.TagClassName
{
border-color: #152AB9;
}
</style>