Shades of Persian Blue #152CC1
Tints of Persian Blue #152CC1
RGB
CMYK
RGB Variations
Color information
#152CC1 (or 0x152CC1) is known color: Persian Blue. HEX triplet: 15, 2C and C1. RGB value is (21,44,193). Sum of RGB (Red+Green+Blue) = 21+44+193=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #152CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CC1 is #EAD33E. Grayscale: #353535. Windows color (decimal): -15389503 or 12659733. OLE color: 12659733.
HSL color Cylindrical-coordinate representation of color #152CC1: hue angle of 231.98º 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 #152CC1 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 44 | 193 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.24 |
| HSL | 231.98º | 0.8% | 0.42% | - |
| HSV(B) | 231.98º | 0.89% | 0.76% | - |
| XYZ | 10.84 | 5.81 | 51 | - |
| YUV | 54.11 | 206.38 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 193 | 0.89 | 0.77 | 0 | 0.24 | 231.98 | 0.8 | 0.42 |
| Hex | 15 | 2C | C1 | 59 | 4D | 0 | 18 | E8 | 50 | 2A |
| Octal | 25 | 54 | 301 | 131 | 115 | 0 | 30 | 350 | 120 | 52 |
| Binary | 10101 | 101100 | 11000001 | 1011001 | 1001101 | 0 | 11000 | 11101000 | 1010000 | 101010 |
Color Harmonies of #152CC1
Complementary color
Monochromatic Colors of #152CC1
Black with #152CC1
Text Example
Text Example
White with #152CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CC1; }
p { color: rgb(21,44,193); }
H1.HeaderClassName
{
color: #152CC1;
}
.AnyTagClassName
{
color: #152CC1;
}
</style>
background-color css
<style>
a { background-color: #152CC1; }
a { background-color: rgb(21,44,193); }
div.DivClassName
{
background-color: #152CC1;
}
.BgClassName
{
background-color: #152CC1;
}
</style>
border-color css
<style>
span { border-color: #152CC1; }
span { border-color: rgb(21,44,193); }
td.TdClassName
{
border-color: #152CC1;
}
.TagClassName
{
border-color: #152CC1;
}
</style>