Shades of Persian Blue #152DD5
Tints of Persian Blue #152DD5
RGB
CMYK
RGB Variations
Color information
#152DD5 (or 0x152DD5) is known color: Persian Blue. HEX triplet: 15, 2D and D5. RGB value is (21,45,213). Sum of RGB (Red+Green+Blue) = 21+45+213=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 213 (83.59% from 255 or 76.34% from 279); Max value from RGB is 213 - color contains mainly: blue. Hex color #152DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DD5 is #EAD22A. Grayscale: #383838. Windows color (decimal): -15389227 or 13970709. OLE color: 13970709.
HSL color Cylindrical-coordinate representation of color #152DD5: hue angle of 232.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DD5 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 45 | 213 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.16 |
| HSL | 232.5º | 0.82% | 0.46% | - |
| HSV(B) | 232.5º | 0.9% | 0.84% | - |
| XYZ | 13.26 | 6.84 | 63.57 | - |
| YUV | 56.98 | 216.05 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 213 | 0.90 | 0.79 | 0 | 0.16 | 232.5 | 0.82 | 0.46 |
| Hex | 15 | 2D | D5 | 5A | 4F | 0 | 10 | E8 | 52 | 2E |
| Octal | 25 | 55 | 325 | 132 | 117 | 0 | 20 | 350 | 122 | 56 |
| Binary | 10101 | 101101 | 11010101 | 1011010 | 1001111 | 0 | 10000 | 11101000 | 1010010 | 101110 |
Color Harmonies of #152DD5
Complementary color
Monochromatic Colors of #152DD5
Black with #152DD5
Text Example
Text Example
White with #152DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DD5; }
p { color: rgb(21,45,213); }
H1.HeaderClassName
{
color: #152DD5;
}
.AnyTagClassName
{
color: #152DD5;
}
</style>
background-color css
<style>
a { background-color: #152DD5; }
a { background-color: rgb(21,45,213); }
div.DivClassName
{
background-color: #152DD5;
}
.BgClassName
{
background-color: #152DD5;
}
</style>
border-color css
<style>
span { border-color: #152DD5; }
span { border-color: rgb(21,45,213); }
td.TdClassName
{
border-color: #152DD5;
}
.TagClassName
{
border-color: #152DD5;
}
</style>