Shades of Persian Blue #1532CF
Tints of Persian Blue #1532CF
RGB
CMYK
RGB Variations
Color information
#1532CF (or 0x1532CF) is known color: Persian Blue. HEX triplet: 15, 32 and CF. RGB value is (21,50,207). Sum of RGB (Red+Green+Blue) = 21+50+207=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #1532CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1532CF is #EACD30. Grayscale: #3A3A3A. Windows color (decimal): -15387953 or 13578773. OLE color: 13578773.
HSL color Cylindrical-coordinate representation of color #1532CF: hue angle of 230.65º 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 #1532CF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 50 | 207 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.19 |
| HSL | 230.65º | 0.82% | 0.45% | - |
| HSV(B) | 230.65º | 0.9% | 0.81% | - |
| XYZ | 12.71 | 6.95 | 59.7 | - |
| YUV | 59.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 207 | 0.90 | 0.76 | 0 | 0.19 | 230.65 | 0.82 | 0.45 |
| Hex | 15 | 32 | CF | 5A | 4C | 0 | 13 | E7 | 52 | 2D |
| Octal | 25 | 62 | 317 | 132 | 114 | 0 | 23 | 347 | 122 | 55 |
| Binary | 10101 | 110010 | 11001111 | 1011010 | 1001100 | 0 | 10011 | 11100111 | 1010010 | 101101 |
Color Harmonies of #1532CF
Complementary color
Monochromatic Colors of #1532CF
Black with #1532CF
Text Example
Text Example
White with #1532CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1532CF; }
p { color: rgb(21,50,207); }
H1.HeaderClassName
{
color: #1532CF;
}
.AnyTagClassName
{
color: #1532CF;
}
</style>
background-color css
<style>
a { background-color: #1532CF; }
a { background-color: rgb(21,50,207); }
div.DivClassName
{
background-color: #1532CF;
}
.BgClassName
{
background-color: #1532CF;
}
</style>
border-color css
<style>
span { border-color: #1532CF; }
span { border-color: rgb(21,50,207); }
td.TdClassName
{
border-color: #1532CF;
}
.TagClassName
{
border-color: #1532CF;
}
</style>