Shades of Persian Blue #153DD9
Tints of Persian Blue #153DD9
RGB
CMYK
RGB Variations
Color information
#153DD9 (or 0x153DD9) is known color: Persian Blue. HEX triplet: 15, 3D and D9. RGB value is (21,61,217). Sum of RGB (Red+Green+Blue) = 21+61+217=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 217 (85.16% from 255 or 72.58% from 299); Max value from RGB is 217 - color contains mainly: blue. Hex color #153DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DD9 is #EAC226. Grayscale: #424242. Windows color (decimal): -15385127 or 14236949. OLE color: 14236949.
HSL color Cylindrical-coordinate representation of color #153DD9: hue angle of 227.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153DD9 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 61 | 217 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.15 |
| HSL | 227.76º | 0.82% | 0.47% | - |
| HSV(B) | 227.76º | 0.9% | 0.85% | - |
| XYZ | 14.5 | 8.51 | 66.52 | - |
| YUV | 66.82 | 212.75 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 217 | 0.90 | 0.72 | 0 | 0.15 | 227.76 | 0.82 | 0.47 |
| Hex | 15 | 3D | D9 | 5A | 48 | 0 | F | E4 | 52 | 2F |
| Octal | 25 | 75 | 331 | 132 | 110 | 0 | 17 | 344 | 122 | 57 |
| Binary | 10101 | 111101 | 11011001 | 1011010 | 1001000 | 0 | 1111 | 11100100 | 1010010 | 101111 |
Color Harmonies of #153DD9
Complementary color
Monochromatic Colors of #153DD9
Black with #153DD9
Text Example
Text Example
White with #153DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DD9; }
p { color: rgb(21,61,217); }
H1.HeaderClassName
{
color: #153DD9;
}
.AnyTagClassName
{
color: #153DD9;
}
</style>
background-color css
<style>
a { background-color: #153DD9; }
a { background-color: rgb(21,61,217); }
div.DivClassName
{
background-color: #153DD9;
}
.BgClassName
{
background-color: #153DD9;
}
</style>
border-color css
<style>
span { border-color: #153DD9; }
span { border-color: rgb(21,61,217); }
td.TdClassName
{
border-color: #153DD9;
}
.TagClassName
{
border-color: #153DD9;
}
</style>