Shades of Persian Blue #153DDD
Tints of Persian Blue #153DDD
RGB
CMYK
RGB Variations
Color information
#153DDD (or 0x153DDD) is known color: Persian Blue. HEX triplet: 15, 3D and DD. RGB value is (21,61,221). Sum of RGB (Red+Green+Blue) = 21+61+221=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #153DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DDD is #EAC222. Grayscale: #424242. Windows color (decimal): -15385123 or 14499093. OLE color: 14499093.
HSL color Cylindrical-coordinate representation of color #153DDD: hue angle of 228º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153DDD is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 61 | 221 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.13 |
| HSL | 228º | 0.83% | 0.47% | - |
| HSV(B) | 228º | 0.9% | 0.87% | - |
| XYZ | 15.03 | 8.72 | 69.3 | - |
| YUV | 67.28 | 214.75 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 221 | 0.90 | 0.72 | 0 | 0.13 | 228 | 0.83 | 0.47 |
| Hex | 15 | 3D | DD | 5A | 48 | 0 | D | E4 | 53 | 2F |
| Octal | 25 | 75 | 335 | 132 | 110 | 0 | 15 | 344 | 123 | 57 |
| Binary | 10101 | 111101 | 11011101 | 1011010 | 1001000 | 0 | 1101 | 11100100 | 1010011 | 101111 |
Color Harmonies of #153DDD
Complementary color
Monochromatic Colors of #153DDD
Black with #153DDD
Text Example
Text Example
White with #153DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DDD; }
p { color: rgb(21,61,221); }
H1.HeaderClassName
{
color: #153DDD;
}
.AnyTagClassName
{
color: #153DDD;
}
</style>
background-color css
<style>
a { background-color: #153DDD; }
a { background-color: rgb(21,61,221); }
div.DivClassName
{
background-color: #153DDD;
}
.BgClassName
{
background-color: #153DDD;
}
</style>
border-color css
<style>
span { border-color: #153DDD; }
span { border-color: rgb(21,61,221); }
td.TdClassName
{
border-color: #153DDD;
}
.TagClassName
{
border-color: #153DDD;
}
</style>