Shades of Persian Blue #1534CD
Tints of Persian Blue #1534CD
RGB
CMYK
RGB Variations
Color information
#1534CD (or 0x1534CD) is known color: Persian Blue. HEX triplet: 15, 34 and CD. RGB value is (21,52,205). Sum of RGB (Red+Green+Blue) = 21+52+205=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #1534CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534CD is #EACB32. Grayscale: #3B3B3B. Windows color (decimal): -15387443 or 13448213. OLE color: 13448213.
HSL color Cylindrical-coordinate representation of color #1534CD: hue angle of 229.89º 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 #1534CD is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 52 | 205 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.20 |
| HSL | 229.89º | 0.81% | 0.44% | - |
| HSV(B) | 229.89º | 0.9% | 0.8% | - |
| XYZ | 12.56 | 7.02 | 58.45 | - |
| YUV | 60.17 | 209.73 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 205 | 0.90 | 0.75 | 0 | 0.20 | 229.89 | 0.81 | 0.44 |
| Hex | 15 | 34 | CD | 5A | 4B | 0 | 14 | E6 | 51 | 2C |
| Octal | 25 | 64 | 315 | 132 | 113 | 0 | 24 | 346 | 121 | 54 |
| Binary | 10101 | 110100 | 11001101 | 1011010 | 1001011 | 0 | 10100 | 11100110 | 1010001 | 101100 |
Color Harmonies of #1534CD
Complementary color
Monochromatic Colors of #1534CD
Black with #1534CD
Text Example
Text Example
White with #1534CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534CD; }
p { color: rgb(21,52,205); }
H1.HeaderClassName
{
color: #1534CD;
}
.AnyTagClassName
{
color: #1534CD;
}
</style>
background-color css
<style>
a { background-color: #1534CD; }
a { background-color: rgb(21,52,205); }
div.DivClassName
{
background-color: #1534CD;
}
.BgClassName
{
background-color: #1534CD;
}
</style>
border-color css
<style>
span { border-color: #1534CD; }
span { border-color: rgb(21,52,205); }
td.TdClassName
{
border-color: #1534CD;
}
.TagClassName
{
border-color: #1534CD;
}
</style>