Shades of Persian Blue #153ACB
Tints of Persian Blue #153ACB
RGB
CMYK
RGB Variations
Color information
#153ACB (or 0x153ACB) is known color: Persian Blue. HEX triplet: 15, 3A and CB. RGB value is (21,58,203). Sum of RGB (Red+Green+Blue) = 21+58+203=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #153ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ACB is #EAC534. Grayscale: #3E3E3E. Windows color (decimal): -15385909 or 13318677. OLE color: 13318677.
HSL color Cylindrical-coordinate representation of color #153ACB: hue angle of 227.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ACB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 58 | 203 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.20 |
| HSL | 227.8º | 0.81% | 0.44% | - |
| HSV(B) | 227.8º | 0.9% | 0.8% | - |
| XYZ | 12.6 | 7.5 | 57.28 | - |
| YUV | 63.47 | 206.74 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 203 | 0.90 | 0.71 | 0 | 0.20 | 227.8 | 0.81 | 0.44 |
| Hex | 15 | 3A | CB | 5A | 47 | 0 | 14 | E4 | 51 | 2C |
| Octal | 25 | 72 | 313 | 132 | 107 | 0 | 24 | 344 | 121 | 54 |
| Binary | 10101 | 111010 | 11001011 | 1011010 | 1000111 | 0 | 10100 | 11100100 | 1010001 | 101100 |
Color Harmonies of #153ACB
Complementary color
Monochromatic Colors of #153ACB
Black with #153ACB
Text Example
Text Example
White with #153ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153ACB; }
p { color: rgb(21,58,203); }
H1.HeaderClassName
{
color: #153ACB;
}
.AnyTagClassName
{
color: #153ACB;
}
</style>
background-color css
<style>
a { background-color: #153ACB; }
a { background-color: rgb(21,58,203); }
div.DivClassName
{
background-color: #153ACB;
}
.BgClassName
{
background-color: #153ACB;
}
</style>
border-color css
<style>
span { border-color: #153ACB; }
span { border-color: rgb(21,58,203); }
td.TdClassName
{
border-color: #153ACB;
}
.TagClassName
{
border-color: #153ACB;
}
</style>