Shades of Persian Blue #153AEC
Tints of Persian Blue #153AEC
RGB
CMYK
RGB Variations
Color information
#153AEC (or 0x153AEC) is known color: Persian Blue. HEX triplet: 15, 3A and EC. RGB value is (21,58,236). Sum of RGB (Red+Green+Blue) = 21+58+236=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #153AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AEC is #EAC513. Grayscale: #424242. Windows color (decimal): -15385876 or 15481365. OLE color: 15481365.
HSL color Cylindrical-coordinate representation of color #153AEC: hue angle of 229.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153AEC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 58 | 236 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.07 |
| HSL | 229.67º | 0.85% | 0.5% | - |
| HSV(B) | 229.67º | 0.91% | 0.93% | - |
| XYZ | 16.96 | 9.24 | 80.25 | - |
| YUV | 67.23 | 223.24 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 236 | 0.91 | 0.75 | 0 | 0.07 | 229.67 | 0.85 | 0.5 |
| Hex | 15 | 3A | EC | 5B | 4B | 0 | 7 | E6 | 55 | 32 |
| Octal | 25 | 72 | 354 | 133 | 113 | 0 | 7 | 346 | 125 | 62 |
| Binary | 10101 | 111010 | 11101100 | 1011011 | 1001011 | 0 | 111 | 11100110 | 1010101 | 110010 |
Color Harmonies of #153AEC
Complementary color
Monochromatic Colors of #153AEC
Black with #153AEC
Text Example
Text Example
White with #153AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AEC; }
p { color: rgb(21,58,236); }
H1.HeaderClassName
{
color: #153AEC;
}
.AnyTagClassName
{
color: #153AEC;
}
</style>
background-color css
<style>
a { background-color: #153AEC; }
a { background-color: rgb(21,58,236); }
div.DivClassName
{
background-color: #153AEC;
}
.BgClassName
{
background-color: #153AEC;
}
</style>
border-color css
<style>
span { border-color: #153AEC; }
span { border-color: rgb(21,58,236); }
td.TdClassName
{
border-color: #153AEC;
}
.TagClassName
{
border-color: #153AEC;
}
</style>