Shades of Persian Blue #152CC2
Tints of Persian Blue #152CC2
RGB
CMYK
RGB Variations
Color information
#152CC2 (or 0x152CC2) is known color: Persian Blue. HEX triplet: 15, 2C and C2. RGB value is (21,44,194). Sum of RGB (Red+Green+Blue) = 21+44+194=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 194 (76.17% from 255 or 74.90% from 259); Max value from RGB is 194 - color contains mainly: blue. Hex color #152CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CC2 is #EAD33D. Grayscale: #353535. Windows color (decimal): -15389502 or 12725269. OLE color: 12725269.
HSL color Cylindrical-coordinate representation of color #152CC2: hue angle of 232.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152CC2 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 44 | 194 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.24 |
| HSL | 232.02º | 0.8% | 0.42% | - |
| HSV(B) | 232.02º | 0.89% | 0.76% | - |
| XYZ | 10.95 | 5.86 | 51.59 | - |
| YUV | 54.22 | 206.88 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 194 | 0.89 | 0.77 | 0 | 0.24 | 232.02 | 0.8 | 0.42 |
| Hex | 15 | 2C | C2 | 59 | 4D | 0 | 18 | E8 | 50 | 2A |
| Octal | 25 | 54 | 302 | 131 | 115 | 0 | 30 | 350 | 120 | 52 |
| Binary | 10101 | 101100 | 11000010 | 1011001 | 1001101 | 0 | 11000 | 11101000 | 1010000 | 101010 |
Color Harmonies of #152CC2
Complementary color
Monochromatic Colors of #152CC2
Black with #152CC2
Text Example
Text Example
White with #152CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CC2; }
p { color: rgb(21,44,194); }
H1.HeaderClassName
{
color: #152CC2;
}
.AnyTagClassName
{
color: #152CC2;
}
</style>
background-color css
<style>
a { background-color: #152CC2; }
a { background-color: rgb(21,44,194); }
div.DivClassName
{
background-color: #152CC2;
}
.BgClassName
{
background-color: #152CC2;
}
</style>
border-color css
<style>
span { border-color: #152CC2; }
span { border-color: rgb(21,44,194); }
td.TdClassName
{
border-color: #152CC2;
}
.TagClassName
{
border-color: #152CC2;
}
</style>