Shades of Persian Blue #152DCF
Tints of Persian Blue #152DCF
RGB
CMYK
RGB Variations
Color information
#152DCF (or 0x152DCF) is known color: Persian Blue. HEX triplet: 15, 2D and CF. RGB value is (21,45,207). Sum of RGB (Red+Green+Blue) = 21+45+207=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #152DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DCF is #EAD230. Grayscale: #373737. Windows color (decimal): -15389233 or 13577493. OLE color: 13577493.
HSL color Cylindrical-coordinate representation of color #152DCF: hue angle of 232.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DCF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 45 | 207 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.19 |
| HSL | 232.26º | 0.82% | 0.45% | - |
| HSV(B) | 232.26º | 0.9% | 0.81% | - |
| XYZ | 12.51 | 6.54 | 59.63 | - |
| YUV | 56.29 | 213.05 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 207 | 0.90 | 0.78 | 0 | 0.19 | 232.26 | 0.82 | 0.45 |
| Hex | 15 | 2D | CF | 5A | 4E | 0 | 13 | E8 | 52 | 2D |
| Octal | 25 | 55 | 317 | 132 | 116 | 0 | 23 | 350 | 122 | 55 |
| Binary | 10101 | 101101 | 11001111 | 1011010 | 1001110 | 0 | 10011 | 11101000 | 1010010 | 101101 |
Color Harmonies of #152DCF
Complementary color
Monochromatic Colors of #152DCF
Black with #152DCF
Text Example
Text Example
White with #152DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DCF; }
p { color: rgb(21,45,207); }
H1.HeaderClassName
{
color: #152DCF;
}
.AnyTagClassName
{
color: #152DCF;
}
</style>
background-color css
<style>
a { background-color: #152DCF; }
a { background-color: rgb(21,45,207); }
div.DivClassName
{
background-color: #152DCF;
}
.BgClassName
{
background-color: #152DCF;
}
</style>
border-color css
<style>
span { border-color: #152DCF; }
span { border-color: rgb(21,45,207); }
td.TdClassName
{
border-color: #152DCF;
}
.TagClassName
{
border-color: #152DCF;
}
</style>