Shades of Persian Blue #1534DA
Tints of Persian Blue #1534DA
RGB
CMYK
RGB Variations
Color information
#1534DA (or 0x1534DA) is known color: Persian Blue. HEX triplet: 15, 34 and DA. RGB value is (21,52,218). Sum of RGB (Red+Green+Blue) = 21+52+218=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #1534DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534DA is #EACB25. Grayscale: #3C3C3C. Windows color (decimal): -15387430 or 14300181. OLE color: 14300181.
HSL color Cylindrical-coordinate representation of color #1534DA: hue angle of 230.56º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1534DA is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 52 | 218 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.15 |
| HSL | 230.56º | 0.82% | 0.47% | - |
| HSV(B) | 230.56º | 0.9% | 0.85% | - |
| XYZ | 14.19 | 7.68 | 67.06 | - |
| YUV | 61.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 218 | 0.90 | 0.76 | 0 | 0.15 | 230.56 | 0.82 | 0.47 |
| Hex | 15 | 34 | DA | 5A | 4C | 0 | F | E7 | 52 | 2F |
| Octal | 25 | 64 | 332 | 132 | 114 | 0 | 17 | 347 | 122 | 57 |
| Binary | 10101 | 110100 | 11011010 | 1011010 | 1001100 | 0 | 1111 | 11100111 | 1010010 | 101111 |
Color Harmonies of #1534DA
Complementary color
Monochromatic Colors of #1534DA
Black with #1534DA
Text Example
Text Example
White with #1534DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534DA; }
p { color: rgb(21,52,218); }
H1.HeaderClassName
{
color: #1534DA;
}
.AnyTagClassName
{
color: #1534DA;
}
</style>
background-color css
<style>
a { background-color: #1534DA; }
a { background-color: rgb(21,52,218); }
div.DivClassName
{
background-color: #1534DA;
}
.BgClassName
{
background-color: #1534DA;
}
</style>
border-color css
<style>
span { border-color: #1534DA; }
span { border-color: rgb(21,52,218); }
td.TdClassName
{
border-color: #1534DA;
}
.TagClassName
{
border-color: #1534DA;
}
</style>