Shades of Persian Blue #153ADB
Tints of Persian Blue #153ADB
RGB
CMYK
RGB Variations
Color information
#153ADB (or 0x153ADB) is known color: Persian Blue. HEX triplet: 15, 3A and DB. RGB value is (21,58,219). Sum of RGB (Red+Green+Blue) = 21+58+219=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #153ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ADB is #EAC524. Grayscale: #404040. Windows color (decimal): -15385893 or 14367253. OLE color: 14367253.
HSL color Cylindrical-coordinate representation of color #153ADB: hue angle of 228.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ADB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 58 | 219 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.14 |
| HSL | 228.79º | 0.83% | 0.47% | - |
| HSV(B) | 228.79º | 0.9% | 0.86% | - |
| XYZ | 14.61 | 8.3 | 67.85 | - |
| YUV | 65.29 | 214.74 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 219 | 0.90 | 0.74 | 0 | 0.14 | 228.79 | 0.83 | 0.47 |
| Hex | 15 | 3A | DB | 5A | 4A | 0 | E | E5 | 52 | 2F |
| Octal | 25 | 72 | 333 | 132 | 112 | 0 | 16 | 345 | 122 | 57 |
| Binary | 10101 | 111010 | 11011011 | 1011010 | 1001010 | 0 | 1110 | 11100101 | 1010010 | 101111 |
Color Harmonies of #153ADB
Complementary color
Monochromatic Colors of #153ADB
Black with #153ADB
Text Example
Text Example
White with #153ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153ADB; }
p { color: rgb(21,58,219); }
H1.HeaderClassName
{
color: #153ADB;
}
.AnyTagClassName
{
color: #153ADB;
}
</style>
background-color css
<style>
a { background-color: #153ADB; }
a { background-color: rgb(21,58,219); }
div.DivClassName
{
background-color: #153ADB;
}
.BgClassName
{
background-color: #153ADB;
}
</style>
border-color css
<style>
span { border-color: #153ADB; }
span { border-color: rgb(21,58,219); }
td.TdClassName
{
border-color: #153ADB;
}
.TagClassName
{
border-color: #153ADB;
}
</style>