Shades of Persian Blue #152EC2
Tints of Persian Blue #152EC2
RGB
CMYK
RGB Variations
Color information
#152EC2 (or 0x152EC2) is known color: Persian Blue. HEX triplet: 15, 2E and C2. RGB value is (21,46,194). Sum of RGB (Red+Green+Blue) = 21+46+194=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 194 (76.17% from 255 or 74.33% from 261); Max value from RGB is 194 - color contains mainly: blue. Hex color #152EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EC2 is #EAD13D. Grayscale: #363636. Windows color (decimal): -15388990 or 12725781. OLE color: 12725781.
HSL color Cylindrical-coordinate representation of color #152EC2: hue angle of 231.33º 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 #152EC2 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 46 | 194 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.24 |
| HSL | 231.33º | 0.8% | 0.42% | - |
| HSV(B) | 231.33º | 0.89% | 0.76% | - |
| XYZ | 11.02 | 6.01 | 51.62 | - |
| YUV | 55.4 | 206.22 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 194 | 0.89 | 0.76 | 0 | 0.24 | 231.33 | 0.8 | 0.42 |
| Hex | 15 | 2E | C2 | 59 | 4C | 0 | 18 | E7 | 50 | 2A |
| Octal | 25 | 56 | 302 | 131 | 114 | 0 | 30 | 347 | 120 | 52 |
| Binary | 10101 | 101110 | 11000010 | 1011001 | 1001100 | 0 | 11000 | 11100111 | 1010000 | 101010 |
Color Harmonies of #152EC2
Complementary color
Monochromatic Colors of #152EC2
Black with #152EC2
Text Example
Text Example
White with #152EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152EC2; }
p { color: rgb(21,46,194); }
H1.HeaderClassName
{
color: #152EC2;
}
.AnyTagClassName
{
color: #152EC2;
}
</style>
background-color css
<style>
a { background-color: #152EC2; }
a { background-color: rgb(21,46,194); }
div.DivClassName
{
background-color: #152EC2;
}
.BgClassName
{
background-color: #152EC2;
}
</style>
border-color css
<style>
span { border-color: #152EC2; }
span { border-color: rgb(21,46,194); }
td.TdClassName
{
border-color: #152EC2;
}
.TagClassName
{
border-color: #152EC2;
}
</style>