Shades of Persian Blue #1538DE
Tints of Persian Blue #1538DE
RGB
CMYK
RGB Variations
Color information
#1538DE (or 0x1538DE) is known color: Persian Blue. HEX triplet: 15, 38 and DE. RGB value is (21,56,222). Sum of RGB (Red+Green+Blue) = 21+56+222=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #1538DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538DE is #EAC721. Grayscale: #3F3F3F. Windows color (decimal): -15386402 or 14563349. OLE color: 14563349.
HSL color Cylindrical-coordinate representation of color #1538DE: hue angle of 229.55º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1538DE is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 56 | 222 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.13 |
| HSL | 229.55º | 0.83% | 0.48% | - |
| HSV(B) | 229.55º | 0.91% | 0.87% | - |
| XYZ | 14.91 | 8.26 | 69.92 | - |
| YUV | 64.46 | 216.9 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 222 | 0.91 | 0.75 | 0 | 0.13 | 229.55 | 0.83 | 0.48 |
| Hex | 15 | 38 | DE | 5B | 4B | 0 | D | E6 | 53 | 30 |
| Octal | 25 | 70 | 336 | 133 | 113 | 0 | 15 | 346 | 123 | 60 |
| Binary | 10101 | 111000 | 11011110 | 1011011 | 1001011 | 0 | 1101 | 11100110 | 1010011 | 110000 |
Color Harmonies of #1538DE
Complementary color
Monochromatic Colors of #1538DE
Black with #1538DE
Text Example
Text Example
White with #1538DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1538DE; }
p { color: rgb(21,56,222); }
H1.HeaderClassName
{
color: #1538DE;
}
.AnyTagClassName
{
color: #1538DE;
}
</style>
background-color css
<style>
a { background-color: #1538DE; }
a { background-color: rgb(21,56,222); }
div.DivClassName
{
background-color: #1538DE;
}
.BgClassName
{
background-color: #1538DE;
}
</style>
border-color css
<style>
span { border-color: #1538DE; }
span { border-color: rgb(21,56,222); }
td.TdClassName
{
border-color: #1538DE;
}
.TagClassName
{
border-color: #1538DE;
}
</style>