Shades of Persian Blue #1536CB
Tints of Persian Blue #1536CB
RGB
CMYK
RGB Variations
Color information
#1536CB (or 0x1536CB) is known color: Persian Blue. HEX triplet: 15, 36 and CB. RGB value is (21,54,203). Sum of RGB (Red+Green+Blue) = 21+54+203=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #1536CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536CB is #EAC934. Grayscale: #3C3C3C. Windows color (decimal): -15386933 or 13317653. OLE color: 13317653.
HSL color Cylindrical-coordinate representation of color #1536CB: hue angle of 229.12º 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 #1536CB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 54 | 203 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.20 |
| HSL | 229.12º | 0.81% | 0.44% | - |
| HSV(B) | 229.12º | 0.9% | 0.8% | - |
| XYZ | 12.41 | 7.11 | 57.22 | - |
| YUV | 61.12 | 208.07 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 203 | 0.90 | 0.73 | 0 | 0.20 | 229.12 | 0.81 | 0.44 |
| Hex | 15 | 36 | CB | 5A | 49 | 0 | 14 | E5 | 51 | 2C |
| Octal | 25 | 66 | 313 | 132 | 111 | 0 | 24 | 345 | 121 | 54 |
| Binary | 10101 | 110110 | 11001011 | 1011010 | 1001001 | 0 | 10100 | 11100101 | 1010001 | 101100 |
Color Harmonies of #1536CB
Complementary color
Monochromatic Colors of #1536CB
Black with #1536CB
Text Example
Text Example
White with #1536CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536CB; }
p { color: rgb(21,54,203); }
H1.HeaderClassName
{
color: #1536CB;
}
.AnyTagClassName
{
color: #1536CB;
}
</style>
background-color css
<style>
a { background-color: #1536CB; }
a { background-color: rgb(21,54,203); }
div.DivClassName
{
background-color: #1536CB;
}
.BgClassName
{
background-color: #1536CB;
}
</style>
border-color css
<style>
span { border-color: #1536CB; }
span { border-color: rgb(21,54,203); }
td.TdClassName
{
border-color: #1536CB;
}
.TagClassName
{
border-color: #1536CB;
}
</style>