Shades of Persian Blue #153AB1
Tints of Persian Blue #153AB1
RGB
CMYK
RGB Variations
Color information
#153AB1 (or 0x153AB1) is known color: Persian Blue. HEX triplet: 15, 3A and B1. RGB value is (21,58,177). Sum of RGB (Red+Green+Blue) = 21+58+177=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #153AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153AB1 is #EAC54E. Grayscale: #3B3B3B. Windows color (decimal): -15385935 or 11614741. OLE color: 11614741.
HSL color Cylindrical-coordinate representation of color #153AB1: hue angle of 225.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153AB1 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 58 | 177 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.31 |
| HSL | 225.77º | 0.79% | 0.39% | - |
| HSV(B) | 225.77º | 0.88% | 0.69% | - |
| XYZ | 9.76 | 6.36 | 42.31 | - |
| YUV | 60.5 | 193.74 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 177 | 0.88 | 0.67 | 0 | 0.31 | 225.77 | 0.79 | 0.39 |
| Hex | 15 | 3A | B1 | 58 | 43 | 0 | 1F | E2 | 4F | 27 |
| Octal | 25 | 72 | 261 | 130 | 103 | 0 | 37 | 342 | 117 | 47 |
| Binary | 10101 | 111010 | 10110001 | 1011000 | 1000011 | 0 | 11111 | 11100010 | 1001111 | 100111 |
Color Harmonies of #153AB1
Complementary color
Monochromatic Colors of #153AB1
Black with #153AB1
Text Example
Text Example
White with #153AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AB1; }
p { color: rgb(21,58,177); }
H1.HeaderClassName
{
color: #153AB1;
}
.AnyTagClassName
{
color: #153AB1;
}
</style>
background-color css
<style>
a { background-color: #153AB1; }
a { background-color: rgb(21,58,177); }
div.DivClassName
{
background-color: #153AB1;
}
.BgClassName
{
background-color: #153AB1;
}
</style>
border-color css
<style>
span { border-color: #153AB1; }
span { border-color: rgb(21,58,177); }
td.TdClassName
{
border-color: #153AB1;
}
.TagClassName
{
border-color: #153AB1;
}
</style>