Shades of Persian Blue #1538D7
Tints of Persian Blue #1538D7
RGB
CMYK
RGB Variations
Color information
#1538D7 (or 0x1538D7) is known color: Persian Blue. HEX triplet: 15, 38 and D7. RGB value is (21,56,215). Sum of RGB (Red+Green+Blue) = 21+56+215=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 215 (84.38% from 255 or 73.63% from 292); Max value from RGB is 215 - color contains mainly: blue. Hex color #1538D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538D7 is #EAC728. Grayscale: #3E3E3E. Windows color (decimal): -15386409 or 14104597. OLE color: 14104597.
HSL color Cylindrical-coordinate representation of color #1538D7: hue angle of 229.18º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1538D7 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 56 | 215 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.16 |
| HSL | 229.18º | 0.82% | 0.46% | - |
| HSV(B) | 229.18º | 0.9% | 0.84% | - |
| XYZ | 13.99 | 7.89 | 65.08 | - |
| YUV | 63.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 215 | 0.90 | 0.74 | 0 | 0.16 | 229.18 | 0.82 | 0.46 |
| Hex | 15 | 38 | D7 | 5A | 4A | 0 | 10 | E5 | 52 | 2E |
| Octal | 25 | 70 | 327 | 132 | 112 | 0 | 20 | 345 | 122 | 56 |
| Binary | 10101 | 111000 | 11010111 | 1011010 | 1001010 | 0 | 10000 | 11100101 | 1010010 | 101110 |
Color Harmonies of #1538D7
Complementary color
Monochromatic Colors of #1538D7
Black with #1538D7
Text Example
Text Example
White with #1538D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1538D7; }
p { color: rgb(21,56,215); }
H1.HeaderClassName
{
color: #1538D7;
}
.AnyTagClassName
{
color: #1538D7;
}
</style>
background-color css
<style>
a { background-color: #1538D7; }
a { background-color: rgb(21,56,215); }
div.DivClassName
{
background-color: #1538D7;
}
.BgClassName
{
background-color: #1538D7;
}
</style>
border-color css
<style>
span { border-color: #1538D7; }
span { border-color: rgb(21,56,215); }
td.TdClassName
{
border-color: #1538D7;
}
.TagClassName
{
border-color: #1538D7;
}
</style>