Shades of Persian Blue #153AD4
Tints of Persian Blue #153AD4
RGB
CMYK
RGB Variations
Color information
#153AD4 (or 0x153AD4) is known color: Persian Blue. HEX triplet: 15, 3A and D4. RGB value is (21,58,212). Sum of RGB (Red+Green+Blue) = 21+58+212=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 212 (83.20% from 255 or 72.85% from 291); Max value from RGB is 212 - color contains mainly: blue. Hex color #153AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153AD4 is #EAC52B. Grayscale: #3F3F3F. Windows color (decimal): -15385900 or 13908501. OLE color: 13908501.
HSL color Cylindrical-coordinate representation of color #153AD4: hue angle of 228.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153AD4 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 58 | 212 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.17 |
| HSL | 228.38º | 0.82% | 0.46% | - |
| HSV(B) | 228.38º | 0.9% | 0.83% | - |
| XYZ | 13.71 | 7.94 | 63.1 | - |
| YUV | 64.49 | 211.24 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 212 | 0.90 | 0.73 | 0 | 0.17 | 228.38 | 0.82 | 0.46 |
| Hex | 15 | 3A | D4 | 5A | 49 | 0 | 11 | E4 | 52 | 2E |
| Octal | 25 | 72 | 324 | 132 | 111 | 0 | 21 | 344 | 122 | 56 |
| Binary | 10101 | 111010 | 11010100 | 1011010 | 1001001 | 0 | 10001 | 11100100 | 1010010 | 101110 |
Color Harmonies of #153AD4
Complementary color
Monochromatic Colors of #153AD4
Black with #153AD4
Text Example
Text Example
White with #153AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AD4; }
p { color: rgb(21,58,212); }
H1.HeaderClassName
{
color: #153AD4;
}
.AnyTagClassName
{
color: #153AD4;
}
</style>
background-color css
<style>
a { background-color: #153AD4; }
a { background-color: rgb(21,58,212); }
div.DivClassName
{
background-color: #153AD4;
}
.BgClassName
{
background-color: #153AD4;
}
</style>
border-color css
<style>
span { border-color: #153AD4; }
span { border-color: rgb(21,58,212); }
td.TdClassName
{
border-color: #153AD4;
}
.TagClassName
{
border-color: #153AD4;
}
</style>