Shades of Persian Blue #153AD7
Tints of Persian Blue #153AD7
RGB
CMYK
RGB Variations
Color information
#153AD7 (or 0x153AD7) is known color: Persian Blue. HEX triplet: 15, 3A and D7. RGB value is (21,58,215). Sum of RGB (Red+Green+Blue) = 21+58+215=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 215 (84.38% from 255 or 73.13% from 294); Max value from RGB is 215 - color contains mainly: blue. Hex color #153AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153AD7 is #EAC528. Grayscale: #404040. Windows color (decimal): -15385897 or 14105109. OLE color: 14105109.
HSL color Cylindrical-coordinate representation of color #153AD7: hue angle of 228.56º 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 #153AD7 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 58 | 215 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.16 |
| HSL | 228.56º | 0.82% | 0.46% | - |
| HSV(B) | 228.56º | 0.9% | 0.84% | - |
| XYZ | 14.09 | 8.09 | 65.11 | - |
| YUV | 64.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 215 | 0.90 | 0.73 | 0 | 0.16 | 228.56 | 0.82 | 0.46 |
| Hex | 15 | 3A | D7 | 5A | 49 | 0 | 10 | E5 | 52 | 2E |
| Octal | 25 | 72 | 327 | 132 | 111 | 0 | 20 | 345 | 122 | 56 |
| Binary | 10101 | 111010 | 11010111 | 1011010 | 1001001 | 0 | 10000 | 11100101 | 1010010 | 101110 |
Color Harmonies of #153AD7
Complementary color
Monochromatic Colors of #153AD7
Black with #153AD7
Text Example
Text Example
White with #153AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AD7; }
p { color: rgb(21,58,215); }
H1.HeaderClassName
{
color: #153AD7;
}
.AnyTagClassName
{
color: #153AD7;
}
</style>
background-color css
<style>
a { background-color: #153AD7; }
a { background-color: rgb(21,58,215); }
div.DivClassName
{
background-color: #153AD7;
}
.BgClassName
{
background-color: #153AD7;
}
</style>
border-color css
<style>
span { border-color: #153AD7; }
span { border-color: rgb(21,58,215); }
td.TdClassName
{
border-color: #153AD7;
}
.TagClassName
{
border-color: #153AD7;
}
</style>