Shades of Persian Blue #152FC0
Tints of Persian Blue #152FC0
RGB
CMYK
RGB Variations
Color information
#152FC0 (or 0x152FC0) is known color: Persian Blue. HEX triplet: 15, 2F and C0. RGB value is (21,47,192). Sum of RGB (Red+Green+Blue) = 21+47+192=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #152FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FC0 is #EAD03F. Grayscale: #373737. Windows color (decimal): -15388736 or 12594965. OLE color: 12594965.
HSL color Cylindrical-coordinate representation of color #152FC0: hue angle of 230.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152FC0 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 47 | 192 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.25 |
| HSL | 230.88º | 0.8% | 0.42% | - |
| HSV(B) | 230.88º | 0.89% | 0.75% | - |
| XYZ | 10.84 | 6 | 50.46 | - |
| YUV | 55.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 192 | 0.89 | 0.76 | 0 | 0.25 | 230.88 | 0.8 | 0.42 |
| Hex | 15 | 2F | C0 | 59 | 4C | 0 | 19 | E7 | 50 | 2A |
| Octal | 25 | 57 | 300 | 131 | 114 | 0 | 31 | 347 | 120 | 52 |
| Binary | 10101 | 101111 | 11000000 | 1011001 | 1001100 | 0 | 11001 | 11100111 | 1010000 | 101010 |
Color Harmonies of #152FC0
Complementary color
Monochromatic Colors of #152FC0
Black with #152FC0
Text Example
Text Example
White with #152FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FC0; }
p { color: rgb(21,47,192); }
H1.HeaderClassName
{
color: #152FC0;
}
.AnyTagClassName
{
color: #152FC0;
}
</style>
background-color css
<style>
a { background-color: #152FC0; }
a { background-color: rgb(21,47,192); }
div.DivClassName
{
background-color: #152FC0;
}
.BgClassName
{
background-color: #152FC0;
}
</style>
border-color css
<style>
span { border-color: #152FC0; }
span { border-color: rgb(21,47,192); }
td.TdClassName
{
border-color: #152FC0;
}
.TagClassName
{
border-color: #152FC0;
}
</style>