Shades of Persian Blue #152DD0
Tints of Persian Blue #152DD0
RGB
CMYK
RGB Variations
Color information
#152DD0 (or 0x152DD0) is known color: Persian Blue. HEX triplet: 15, 2D and D0. RGB value is (21,45,208). Sum of RGB (Red+Green+Blue) = 21+45+208=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 208 (81.64% from 255 or 75.91% from 274); Max value from RGB is 208 - color contains mainly: blue. Hex color #152DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DD0 is #EAD22F. Grayscale: #373737. Windows color (decimal): -15389232 or 13643029. OLE color: 13643029.
HSL color Cylindrical-coordinate representation of color #152DD0: hue angle of 232.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DD0 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 45 | 208 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.18 |
| HSL | 232.3º | 0.82% | 0.45% | - |
| HSV(B) | 232.3º | 0.9% | 0.82% | - |
| XYZ | 12.63 | 6.59 | 60.28 | - |
| YUV | 56.41 | 213.55 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 208 | 0.90 | 0.78 | 0 | 0.18 | 232.3 | 0.82 | 0.45 |
| Hex | 15 | 2D | D0 | 5A | 4E | 0 | 12 | E8 | 52 | 2D |
| Octal | 25 | 55 | 320 | 132 | 116 | 0 | 22 | 350 | 122 | 55 |
| Binary | 10101 | 101101 | 11010000 | 1011010 | 1001110 | 0 | 10010 | 11101000 | 1010010 | 101101 |
Color Harmonies of #152DD0
Complementary color
Monochromatic Colors of #152DD0
Black with #152DD0
Text Example
Text Example
White with #152DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DD0; }
p { color: rgb(21,45,208); }
H1.HeaderClassName
{
color: #152DD0;
}
.AnyTagClassName
{
color: #152DD0;
}
</style>
background-color css
<style>
a { background-color: #152DD0; }
a { background-color: rgb(21,45,208); }
div.DivClassName
{
background-color: #152DD0;
}
.BgClassName
{
background-color: #152DD0;
}
</style>
border-color css
<style>
span { border-color: #152DD0; }
span { border-color: rgb(21,45,208); }
td.TdClassName
{
border-color: #152DD0;
}
.TagClassName
{
border-color: #152DD0;
}
</style>