Shades of Persian Blue #152FC1
Tints of Persian Blue #152FC1
RGB
CMYK
RGB Variations
Color information
#152FC1 (or 0x152FC1) is known color: Persian Blue. HEX triplet: 15, 2F and C1. RGB value is (21,47,193). Sum of RGB (Red+Green+Blue) = 21+47+193=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #152FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FC1 is #EAD03E. Grayscale: #373737. Windows color (decimal): -15388735 or 12660501. OLE color: 12660501.
HSL color Cylindrical-coordinate representation of color #152FC1: hue angle of 230.93º 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 #152FC1 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 47 | 193 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.24 |
| HSL | 230.93º | 0.8% | 0.42% | - |
| HSV(B) | 230.93º | 0.89% | 0.76% | - |
| XYZ | 10.95 | 6.04 | 51.04 | - |
| YUV | 55.87 | 205.39 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 193 | 0.89 | 0.76 | 0 | 0.24 | 230.93 | 0.8 | 0.42 |
| Hex | 15 | 2F | C1 | 59 | 4C | 0 | 18 | E7 | 50 | 2A |
| Octal | 25 | 57 | 301 | 131 | 114 | 0 | 30 | 347 | 120 | 52 |
| Binary | 10101 | 101111 | 11000001 | 1011001 | 1001100 | 0 | 11000 | 11100111 | 1010000 | 101010 |
Color Harmonies of #152FC1
Complementary color
Monochromatic Colors of #152FC1
Black with #152FC1
Text Example
Text Example
White with #152FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FC1; }
p { color: rgb(21,47,193); }
H1.HeaderClassName
{
color: #152FC1;
}
.AnyTagClassName
{
color: #152FC1;
}
</style>
background-color css
<style>
a { background-color: #152FC1; }
a { background-color: rgb(21,47,193); }
div.DivClassName
{
background-color: #152FC1;
}
.BgClassName
{
background-color: #152FC1;
}
</style>
border-color css
<style>
span { border-color: #152FC1; }
span { border-color: rgb(21,47,193); }
td.TdClassName
{
border-color: #152FC1;
}
.TagClassName
{
border-color: #152FC1;
}
</style>