Shades of Persian Blue #152ABC
Tints of Persian Blue #152ABC
RGB
CMYK
RGB Variations
Color information
#152ABC (or 0x152ABC) is known color: Persian Blue. HEX triplet: 15, 2A and BC. RGB value is (21,42,188). Sum of RGB (Red+Green+Blue) = 21+42+188=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #152ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ABC is #EAD543. Grayscale: #333333. Windows color (decimal): -15390020 or 12331541. OLE color: 12331541.
HSL color Cylindrical-coordinate representation of color #152ABC: hue angle of 232.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152ABC is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 42 | 188 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.26 |
| HSL | 232.46º | 0.8% | 0.41% | - |
| HSV(B) | 232.46º | 0.89% | 0.74% | - |
| XYZ | 10.21 | 5.45 | 48.09 | - |
| YUV | 52.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 188 | 0.89 | 0.78 | 0 | 0.26 | 232.46 | 0.8 | 0.41 |
| Hex | 15 | 2A | BC | 59 | 4E | 0 | 1A | E8 | 50 | 29 |
| Octal | 25 | 52 | 274 | 131 | 116 | 0 | 32 | 350 | 120 | 51 |
| Binary | 10101 | 101010 | 10111100 | 1011001 | 1001110 | 0 | 11010 | 11101000 | 1010000 | 101001 |
Color Harmonies of #152ABC
Complementary color
Monochromatic Colors of #152ABC
Black with #152ABC
Text Example
Text Example
White with #152ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ABC; }
p { color: rgb(21,42,188); }
H1.HeaderClassName
{
color: #152ABC;
}
.AnyTagClassName
{
color: #152ABC;
}
</style>
background-color css
<style>
a { background-color: #152ABC; }
a { background-color: rgb(21,42,188); }
div.DivClassName
{
background-color: #152ABC;
}
.BgClassName
{
background-color: #152ABC;
}
</style>
border-color css
<style>
span { border-color: #152ABC; }
span { border-color: rgb(21,42,188); }
td.TdClassName
{
border-color: #152ABC;
}
.TagClassName
{
border-color: #152ABC;
}
</style>