Shades of Persian Blue #1530CE
Tints of Persian Blue #1530CE
RGB
CMYK
RGB Variations
Color information
#1530CE (or 0x1530CE) is known color: Persian Blue. HEX triplet: 15, 30 and CE. RGB value is (21,48,206). Sum of RGB (Red+Green+Blue) = 21+48+206=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #1530CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530CE is #EACF31. Grayscale: #393939. Windows color (decimal): -15388466 or 13512725. OLE color: 13512725.
HSL color Cylindrical-coordinate representation of color #1530CE: hue angle of 231.24º degrees, saturation: 0.81, 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 #1530CE is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 48 | 206 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.19 |
| HSL | 231.24º | 0.81% | 0.45% | - |
| HSV(B) | 231.24º | 0.9% | 0.81% | - |
| XYZ | 12.51 | 6.73 | 59.03 | - |
| YUV | 57.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 206 | 0.90 | 0.77 | 0 | 0.19 | 231.24 | 0.81 | 0.45 |
| Hex | 15 | 30 | CE | 5A | 4D | 0 | 13 | E7 | 51 | 2D |
| Octal | 25 | 60 | 316 | 132 | 115 | 0 | 23 | 347 | 121 | 55 |
| Binary | 10101 | 110000 | 11001110 | 1011010 | 1001101 | 0 | 10011 | 11100111 | 1010001 | 101101 |
Color Harmonies of #1530CE
Complementary color
Monochromatic Colors of #1530CE
Black with #1530CE
Text Example
Text Example
White with #1530CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530CE; }
p { color: rgb(21,48,206); }
H1.HeaderClassName
{
color: #1530CE;
}
.AnyTagClassName
{
color: #1530CE;
}
</style>
background-color css
<style>
a { background-color: #1530CE; }
a { background-color: rgb(21,48,206); }
div.DivClassName
{
background-color: #1530CE;
}
.BgClassName
{
background-color: #1530CE;
}
</style>
border-color css
<style>
span { border-color: #1530CE; }
span { border-color: rgb(21,48,206); }
td.TdClassName
{
border-color: #1530CE;
}
.TagClassName
{
border-color: #1530CE;
}
</style>