Shades of Persian Blue #152CC7
Tints of Persian Blue #152CC7
RGB
CMYK
RGB Variations
Color information
#152CC7 (or 0x152CC7) is known color: Persian Blue. HEX triplet: 15, 2C and C7. RGB value is (21,44,199). Sum of RGB (Red+Green+Blue) = 21+44+199=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 199 (78.12% from 255 or 75.38% from 264); Max value from RGB is 199 - color contains mainly: blue. Hex color #152CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CC7 is #EAD338. Grayscale: #363636. Windows color (decimal): -15389497 or 13052949. OLE color: 13052949.
HSL color Cylindrical-coordinate representation of color #152CC7: hue angle of 232.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152CC7 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 44 | 199 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.22 |
| HSL | 232.25º | 0.81% | 0.43% | - |
| HSV(B) | 232.25º | 0.89% | 0.78% | - |
| XYZ | 11.52 | 6.08 | 54.6 | - |
| YUV | 54.79 | 209.38 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 199 | 0.89 | 0.78 | 0 | 0.22 | 232.25 | 0.81 | 0.43 |
| Hex | 15 | 2C | C7 | 59 | 4E | 0 | 16 | E8 | 51 | 2B |
| Octal | 25 | 54 | 307 | 131 | 116 | 0 | 26 | 350 | 121 | 53 |
| Binary | 10101 | 101100 | 11000111 | 1011001 | 1001110 | 0 | 10110 | 11101000 | 1010001 | 101011 |
Color Harmonies of #152CC7
Complementary color
Monochromatic Colors of #152CC7
Black with #152CC7
Text Example
Text Example
White with #152CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CC7; }
p { color: rgb(21,44,199); }
H1.HeaderClassName
{
color: #152CC7;
}
.AnyTagClassName
{
color: #152CC7;
}
</style>
background-color css
<style>
a { background-color: #152CC7; }
a { background-color: rgb(21,44,199); }
div.DivClassName
{
background-color: #152CC7;
}
.BgClassName
{
background-color: #152CC7;
}
</style>
border-color css
<style>
span { border-color: #152CC7; }
span { border-color: rgb(21,44,199); }
td.TdClassName
{
border-color: #152CC7;
}
.TagClassName
{
border-color: #152CC7;
}
</style>