Shades of Persian Blue #1536CC
Tints of Persian Blue #1536CC
RGB
CMYK
RGB Variations
Color information
#1536CC (or 0x1536CC) is known color: Persian Blue. HEX triplet: 15, 36 and CC. RGB value is (21,54,204). Sum of RGB (Red+Green+Blue) = 21+54+204=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #1536CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536CC is #EAC933. Grayscale: #3C3C3C. Windows color (decimal): -15386932 or 13383189. OLE color: 13383189.
HSL color Cylindrical-coordinate representation of color #1536CC: hue angle of 229.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1536CC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 54 | 204 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.2 |
| HSL | 229.18º | 0.81% | 0.44% | - |
| HSV(B) | 229.18º | 0.9% | 0.8% | - |
| XYZ | 12.53 | 7.16 | 57.85 | - |
| YUV | 61.23 | 208.57 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 204 | 0.90 | 0.74 | 0 | 0.2 | 229.18 | 0.81 | 0.44 |
| Hex | 15 | 36 | CC | 5A | 4A | 0 | 14 | E5 | 51 | 2C |
| Octal | 25 | 66 | 314 | 132 | 112 | 0 | 24 | 345 | 121 | 54 |
| Binary | 10101 | 110110 | 11001100 | 1011010 | 1001010 | 0 | 10100 | 11100101 | 1010001 | 101100 |
Color Harmonies of #1536CC
Complementary color
Monochromatic Colors of #1536CC
Black with #1536CC
Text Example
Text Example
White with #1536CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536CC; }
p { color: rgb(21,54,204); }
H1.HeaderClassName
{
color: #1536CC;
}
.AnyTagClassName
{
color: #1536CC;
}
</style>
background-color css
<style>
a { background-color: #1536CC; }
a { background-color: rgb(21,54,204); }
div.DivClassName
{
background-color: #1536CC;
}
.BgClassName
{
background-color: #1536CC;
}
</style>
border-color css
<style>
span { border-color: #1536CC; }
span { border-color: rgb(21,54,204); }
td.TdClassName
{
border-color: #1536CC;
}
.TagClassName
{
border-color: #1536CC;
}
</style>