Shades of Persian Blue #153CD1
Tints of Persian Blue #153CD1
RGB
CMYK
RGB Variations
Color information
#153CD1 (or 0x153CD1) is known color: Persian Blue. HEX triplet: 15, 3C and D1. RGB value is (21,60,209). Sum of RGB (Red+Green+Blue) = 21+60+209=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #153CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CD1 is #EAC32E. Grayscale: #404040. Windows color (decimal): -15385391 or 13712405. OLE color: 13712405.
HSL color Cylindrical-coordinate representation of color #153CD1: hue angle of 227.55º 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 #153CD1 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 60 | 209 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.18 |
| HSL | 227.55º | 0.82% | 0.45% | - |
| HSV(B) | 227.55º | 0.9% | 0.82% | - |
| XYZ | 13.43 | 7.99 | 61.16 | - |
| YUV | 65.33 | 209.08 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 209 | 0.90 | 0.71 | 0 | 0.18 | 227.55 | 0.82 | 0.45 |
| Hex | 15 | 3C | D1 | 5A | 47 | 0 | 12 | E4 | 52 | 2D |
| Octal | 25 | 74 | 321 | 132 | 107 | 0 | 22 | 344 | 122 | 55 |
| Binary | 10101 | 111100 | 11010001 | 1011010 | 1000111 | 0 | 10010 | 11100100 | 1010010 | 101101 |
Color Harmonies of #153CD1
Complementary color
Monochromatic Colors of #153CD1
Black with #153CD1
Text Example
Text Example
White with #153CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CD1; }
p { color: rgb(21,60,209); }
H1.HeaderClassName
{
color: #153CD1;
}
.AnyTagClassName
{
color: #153CD1;
}
</style>
background-color css
<style>
a { background-color: #153CD1; }
a { background-color: rgb(21,60,209); }
div.DivClassName
{
background-color: #153CD1;
}
.BgClassName
{
background-color: #153CD1;
}
</style>
border-color css
<style>
span { border-color: #153CD1; }
span { border-color: rgb(21,60,209); }
td.TdClassName
{
border-color: #153CD1;
}
.TagClassName
{
border-color: #153CD1;
}
</style>