Shades of Persian Blue #1536DD
Tints of Persian Blue #1536DD
RGB
CMYK
RGB Variations
Color information
#1536DD (or 0x1536DD) is known color: Persian Blue. HEX triplet: 15, 36 and DD. RGB value is (21,54,221). Sum of RGB (Red+Green+Blue) = 21+54+221=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #1536DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536DD is #EAC922. Grayscale: #3E3E3E. Windows color (decimal): -15386915 or 14497301. OLE color: 14497301.
HSL color Cylindrical-coordinate representation of color #1536DD: hue angle of 230.1º 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 #1536DD is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 54 | 221 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.13 |
| HSL | 230.1º | 0.83% | 0.47% | - |
| HSV(B) | 230.1º | 0.9% | 0.87% | - |
| XYZ | 14.68 | 8.02 | 69.18 | - |
| YUV | 63.17 | 217.07 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 221 | 0.90 | 0.76 | 0 | 0.13 | 230.1 | 0.83 | 0.47 |
| Hex | 15 | 36 | DD | 5A | 4C | 0 | D | E6 | 53 | 2F |
| Octal | 25 | 66 | 335 | 132 | 114 | 0 | 15 | 346 | 123 | 57 |
| Binary | 10101 | 110110 | 11011101 | 1011010 | 1001100 | 0 | 1101 | 11100110 | 1010011 | 101111 |
Color Harmonies of #1536DD
Complementary color
Monochromatic Colors of #1536DD
Black with #1536DD
Text Example
Text Example
White with #1536DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536DD; }
p { color: rgb(21,54,221); }
H1.HeaderClassName
{
color: #1536DD;
}
.AnyTagClassName
{
color: #1536DD;
}
</style>
background-color css
<style>
a { background-color: #1536DD; }
a { background-color: rgb(21,54,221); }
div.DivClassName
{
background-color: #1536DD;
}
.BgClassName
{
background-color: #1536DD;
}
</style>
border-color css
<style>
span { border-color: #1536DD; }
span { border-color: rgb(21,54,221); }
td.TdClassName
{
border-color: #1536DD;
}
.TagClassName
{
border-color: #1536DD;
}
</style>