Shades of Persian Blue #152EC1
Tints of Persian Blue #152EC1
RGB
CMYK
RGB Variations
Color information
#152EC1 (or 0x152EC1) is known color: Persian Blue. HEX triplet: 15, 2E and C1. RGB value is (21,46,193). Sum of RGB (Red+Green+Blue) = 21+46+193=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #152EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EC1 is #EAD13E. Grayscale: #363636. Windows color (decimal): -15388991 or 12660245. OLE color: 12660245.
HSL color Cylindrical-coordinate representation of color #152EC1: hue angle of 231.28º 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 #152EC1 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 46 | 193 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.24 |
| HSL | 231.28º | 0.8% | 0.42% | - |
| HSV(B) | 231.28º | 0.89% | 0.76% | - |
| XYZ | 10.91 | 5.96 | 51.03 | - |
| YUV | 55.28 | 205.72 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 193 | 0.89 | 0.76 | 0 | 0.24 | 231.28 | 0.8 | 0.42 |
| Hex | 15 | 2E | C1 | 59 | 4C | 0 | 18 | E7 | 50 | 2A |
| Octal | 25 | 56 | 301 | 131 | 114 | 0 | 30 | 347 | 120 | 52 |
| Binary | 10101 | 101110 | 11000001 | 1011001 | 1001100 | 0 | 11000 | 11100111 | 1010000 | 101010 |
Color Harmonies of #152EC1
Complementary color
Monochromatic Colors of #152EC1
Black with #152EC1
Text Example
Text Example
White with #152EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152EC1; }
p { color: rgb(21,46,193); }
H1.HeaderClassName
{
color: #152EC1;
}
.AnyTagClassName
{
color: #152EC1;
}
</style>
background-color css
<style>
a { background-color: #152EC1; }
a { background-color: rgb(21,46,193); }
div.DivClassName
{
background-color: #152EC1;
}
.BgClassName
{
background-color: #152EC1;
}
</style>
border-color css
<style>
span { border-color: #152EC1; }
span { border-color: rgb(21,46,193); }
td.TdClassName
{
border-color: #152EC1;
}
.TagClassName
{
border-color: #152EC1;
}
</style>