Shades of Persian Blue #153BDC
Tints of Persian Blue #153BDC
RGB
CMYK
RGB Variations
Color information
#153BDC (or 0x153BDC) is known color: Persian Blue. HEX triplet: 15, 3B and DC. RGB value is (21,59,220). Sum of RGB (Red+Green+Blue) = 21+59+220=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #153BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BDC is #EAC423. Grayscale: #414141. Windows color (decimal): -15385636 or 14433045. OLE color: 14433045.
HSL color Cylindrical-coordinate representation of color #153BDC: hue angle of 228.54º 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 #153BDC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 59 | 220 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.14 |
| HSL | 228.54º | 0.83% | 0.47% | - |
| HSV(B) | 228.54º | 0.9% | 0.86% | - |
| XYZ | 14.79 | 8.45 | 68.56 | - |
| YUV | 65.99 | 214.91 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 220 | 0.90 | 0.73 | 0 | 0.14 | 228.54 | 0.83 | 0.47 |
| Hex | 15 | 3B | DC | 5A | 49 | 0 | E | E5 | 53 | 2F |
| Octal | 25 | 73 | 334 | 132 | 111 | 0 | 16 | 345 | 123 | 57 |
| Binary | 10101 | 111011 | 11011100 | 1011010 | 1001001 | 0 | 1110 | 11100101 | 1010011 | 101111 |
Color Harmonies of #153BDC
Complementary color
Monochromatic Colors of #153BDC
Black with #153BDC
Text Example
Text Example
White with #153BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BDC; }
p { color: rgb(21,59,220); }
H1.HeaderClassName
{
color: #153BDC;
}
.AnyTagClassName
{
color: #153BDC;
}
</style>
background-color css
<style>
a { background-color: #153BDC; }
a { background-color: rgb(21,59,220); }
div.DivClassName
{
background-color: #153BDC;
}
.BgClassName
{
background-color: #153BDC;
}
</style>
border-color css
<style>
span { border-color: #153BDC; }
span { border-color: rgb(21,59,220); }
td.TdClassName
{
border-color: #153BDC;
}
.TagClassName
{
border-color: #153BDC;
}
</style>