Shades of Persian Blue #1536B2
Tints of Persian Blue #1536B2
RGB
CMYK
RGB Variations
Color information
#1536B2 (or 0x1536B2) is known color: Persian Blue. HEX triplet: 15, 36 and B2. RGB value is (21,54,178). Sum of RGB (Red+Green+Blue) = 21+54+178=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #1536B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1536B2 is #EAC94D. Grayscale: #393939. Windows color (decimal): -15386958 or 11679253. OLE color: 11679253.
HSL color Cylindrical-coordinate representation of color #1536B2: hue angle of 227.39º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1536B2 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 54 | 178 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.30 |
| HSL | 227.39º | 0.79% | 0.39% | - |
| HSV(B) | 227.39º | 0.88% | 0.7% | - |
| XYZ | 9.66 | 6.01 | 42.77 | - |
| YUV | 58.27 | 195.57 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 178 | 0.88 | 0.70 | 0 | 0.30 | 227.39 | 0.79 | 0.39 |
| Hex | 15 | 36 | B2 | 58 | 46 | 0 | 1E | E3 | 4F | 27 |
| Octal | 25 | 66 | 262 | 130 | 106 | 0 | 36 | 343 | 117 | 47 |
| Binary | 10101 | 110110 | 10110010 | 1011000 | 1000110 | 0 | 11110 | 11100011 | 1001111 | 100111 |
Color Harmonies of #1536B2
Complementary color
Monochromatic Colors of #1536B2
Black with #1536B2
Text Example
Text Example
White with #1536B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536B2; }
p { color: rgb(21,54,178); }
H1.HeaderClassName
{
color: #1536B2;
}
.AnyTagClassName
{
color: #1536B2;
}
</style>
background-color css
<style>
a { background-color: #1536B2; }
a { background-color: rgb(21,54,178); }
div.DivClassName
{
background-color: #1536B2;
}
.BgClassName
{
background-color: #1536B2;
}
</style>
border-color css
<style>
span { border-color: #1536B2; }
span { border-color: rgb(21,54,178); }
td.TdClassName
{
border-color: #1536B2;
}
.TagClassName
{
border-color: #1536B2;
}
</style>