Shades of Persian Blue #1530CB
Tints of Persian Blue #1530CB
RGB
CMYK
RGB Variations
Color information
#1530CB (or 0x1530CB) is known color: Persian Blue. HEX triplet: 15, 30 and CB. RGB value is (21,48,203). Sum of RGB (Red+Green+Blue) = 21+48+203=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #1530CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530CB is #EACF34. Grayscale: #383838. Windows color (decimal): -15388469 or 13316117. OLE color: 13316117.
HSL color Cylindrical-coordinate representation of color #1530CB: hue angle of 231.1º 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 #1530CB is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 48 | 203 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.20 |
| HSL | 231.1º | 0.81% | 0.44% | - |
| HSV(B) | 231.1º | 0.9% | 0.8% | - |
| XYZ | 12.15 | 6.59 | 57.13 | - |
| YUV | 57.6 | 210.05 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 203 | 0.90 | 0.76 | 0 | 0.20 | 231.1 | 0.81 | 0.44 |
| Hex | 15 | 30 | CB | 5A | 4C | 0 | 14 | E7 | 51 | 2C |
| Octal | 25 | 60 | 313 | 132 | 114 | 0 | 24 | 347 | 121 | 54 |
| Binary | 10101 | 110000 | 11001011 | 1011010 | 1001100 | 0 | 10100 | 11100111 | 1010001 | 101100 |
Color Harmonies of #1530CB
Complementary color
Monochromatic Colors of #1530CB
Black with #1530CB
Text Example
Text Example
White with #1530CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530CB; }
p { color: rgb(21,48,203); }
H1.HeaderClassName
{
color: #1530CB;
}
.AnyTagClassName
{
color: #1530CB;
}
</style>
background-color css
<style>
a { background-color: #1530CB; }
a { background-color: rgb(21,48,203); }
div.DivClassName
{
background-color: #1530CB;
}
.BgClassName
{
background-color: #1530CB;
}
</style>
border-color css
<style>
span { border-color: #1530CB; }
span { border-color: rgb(21,48,203); }
td.TdClassName
{
border-color: #1530CB;
}
.TagClassName
{
border-color: #1530CB;
}
</style>