Shades of Persian Blue #152DDC
Tints of Persian Blue #152DDC
RGB
CMYK
RGB Variations
Color information
#152DDC (or 0x152DDC) is known color: Persian Blue. HEX triplet: 15, 2D and DC. RGB value is (21,45,220). Sum of RGB (Red+Green+Blue) = 21+45+220=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #152DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DDC is #EAD223. Grayscale: #393939. Windows color (decimal): -15389220 or 14429461. OLE color: 14429461.
HSL color Cylindrical-coordinate representation of color #152DDC: hue angle of 232.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DDC is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 45 | 220 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.14 |
| HSL | 232.76º | 0.83% | 0.47% | - |
| HSV(B) | 232.76º | 0.9% | 0.86% | - |
| XYZ | 14.17 | 7.2 | 68.35 | - |
| YUV | 57.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 220 | 0.90 | 0.80 | 0 | 0.14 | 232.76 | 0.83 | 0.47 |
| Hex | 15 | 2D | DC | 5A | 50 | 0 | E | E9 | 53 | 2F |
| Octal | 25 | 55 | 334 | 132 | 120 | 0 | 16 | 351 | 123 | 57 |
| Binary | 10101 | 101101 | 11011100 | 1011010 | 1010000 | 0 | 1110 | 11101001 | 1010011 | 101111 |
Color Harmonies of #152DDC
Complementary color
Monochromatic Colors of #152DDC
Black with #152DDC
Text Example
Text Example
White with #152DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DDC; }
p { color: rgb(21,45,220); }
H1.HeaderClassName
{
color: #152DDC;
}
.AnyTagClassName
{
color: #152DDC;
}
</style>
background-color css
<style>
a { background-color: #152DDC; }
a { background-color: rgb(21,45,220); }
div.DivClassName
{
background-color: #152DDC;
}
.BgClassName
{
background-color: #152DDC;
}
</style>
border-color css
<style>
span { border-color: #152DDC; }
span { border-color: rgb(21,45,220); }
td.TdClassName
{
border-color: #152DDC;
}
.TagClassName
{
border-color: #152DDC;
}
</style>