Shades of Persian Blue #1534CF
Tints of Persian Blue #1534CF
RGB
CMYK
RGB Variations
Color information
#1534CF (or 0x1534CF) is known color: Persian Blue. HEX triplet: 15, 34 and CF. RGB value is (21,52,207). Sum of RGB (Red+Green+Blue) = 21+52+207=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #1534CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534CF is #EACB30. Grayscale: #3B3B3B. Windows color (decimal): -15387441 or 13579285. OLE color: 13579285.
HSL color Cylindrical-coordinate representation of color #1534CF: hue angle of 230º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1534CF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 52 | 207 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.19 |
| HSL | 230º | 0.82% | 0.45% | - |
| HSV(B) | 230º | 0.9% | 0.81% | - |
| XYZ | 12.8 | 7.12 | 59.73 | - |
| YUV | 60.4 | 210.73 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 207 | 0.90 | 0.75 | 0 | 0.19 | 230 | 0.82 | 0.45 |
| Hex | 15 | 34 | CF | 5A | 4B | 0 | 13 | E6 | 52 | 2D |
| Octal | 25 | 64 | 317 | 132 | 113 | 0 | 23 | 346 | 122 | 55 |
| Binary | 10101 | 110100 | 11001111 | 1011010 | 1001011 | 0 | 10011 | 11100110 | 1010010 | 101101 |
Color Harmonies of #1534CF
Complementary color
Monochromatic Colors of #1534CF
Black with #1534CF
Text Example
Text Example
White with #1534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534CF; }
p { color: rgb(21,52,207); }
H1.HeaderClassName
{
color: #1534CF;
}
.AnyTagClassName
{
color: #1534CF;
}
</style>
background-color css
<style>
a { background-color: #1534CF; }
a { background-color: rgb(21,52,207); }
div.DivClassName
{
background-color: #1534CF;
}
.BgClassName
{
background-color: #1534CF;
}
</style>
border-color css
<style>
span { border-color: #1534CF; }
span { border-color: rgb(21,52,207); }
td.TdClassName
{
border-color: #1534CF;
}
.TagClassName
{
border-color: #1534CF;
}
</style>