Shades of Persian Blue #152ABA
Tints of Persian Blue #152ABA
RGB
CMYK
RGB Variations
Color information
#152ABA (or 0x152ABA) is known color: Persian Blue. HEX triplet: 15, 2A and BA. RGB value is (21,42,186). Sum of RGB (Red+Green+Blue) = 21+42+186=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #152ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ABA is #EAD545. Grayscale: #333333. Windows color (decimal): -15390022 or 12200469. OLE color: 12200469.
HSL color Cylindrical-coordinate representation of color #152ABA: hue angle of 232.36º 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 #152ABA is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 42 | 186 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.27 |
| HSL | 232.36º | 0.8% | 0.41% | - |
| HSV(B) | 232.36º | 0.89% | 0.73% | - |
| XYZ | 10 | 5.36 | 46.96 | - |
| YUV | 52.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 186 | 0.89 | 0.77 | 0 | 0.27 | 232.36 | 0.8 | 0.41 |
| Hex | 15 | 2A | BA | 59 | 4D | 0 | 1B | E8 | 50 | 29 |
| Octal | 25 | 52 | 272 | 131 | 115 | 0 | 33 | 350 | 120 | 51 |
| Binary | 10101 | 101010 | 10111010 | 1011001 | 1001101 | 0 | 11011 | 11101000 | 1010000 | 101001 |
Color Harmonies of #152ABA
Complementary color
Monochromatic Colors of #152ABA
Black with #152ABA
Text Example
Text Example
White with #152ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ABA; }
p { color: rgb(21,42,186); }
H1.HeaderClassName
{
color: #152ABA;
}
.AnyTagClassName
{
color: #152ABA;
}
</style>
background-color css
<style>
a { background-color: #152ABA; }
a { background-color: rgb(21,42,186); }
div.DivClassName
{
background-color: #152ABA;
}
.BgClassName
{
background-color: #152ABA;
}
</style>
border-color css
<style>
span { border-color: #152ABA; }
span { border-color: rgb(21,42,186); }
td.TdClassName
{
border-color: #152ABA;
}
.TagClassName
{
border-color: #152ABA;
}
</style>