Shades of Persian Blue #153BCB
Tints of Persian Blue #153BCB
RGB
CMYK
RGB Variations
Color information
#153BCB (or 0x153BCB) is known color: Persian Blue. HEX triplet: 15, 3B and CB. RGB value is (21,59,203). Sum of RGB (Red+Green+Blue) = 21+59+203=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #153BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BCB is #EAC434. Grayscale: #3F3F3F. Windows color (decimal): -15385653 or 13318933. OLE color: 13318933.
HSL color Cylindrical-coordinate representation of color #153BCB: hue angle of 227.47º 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 #153BCB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 59 | 203 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.20 |
| HSL | 227.47º | 0.81% | 0.44% | - |
| HSV(B) | 227.47º | 0.9% | 0.8% | - |
| XYZ | 12.65 | 7.6 | 57.3 | - |
| YUV | 64.05 | 206.41 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 203 | 0.90 | 0.71 | 0 | 0.20 | 227.47 | 0.81 | 0.44 |
| Hex | 15 | 3B | CB | 5A | 47 | 0 | 14 | E3 | 51 | 2C |
| Octal | 25 | 73 | 313 | 132 | 107 | 0 | 24 | 343 | 121 | 54 |
| Binary | 10101 | 111011 | 11001011 | 1011010 | 1000111 | 0 | 10100 | 11100011 | 1010001 | 101100 |
Color Harmonies of #153BCB
Complementary color
Monochromatic Colors of #153BCB
Black with #153BCB
Text Example
Text Example
White with #153BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BCB; }
p { color: rgb(21,59,203); }
H1.HeaderClassName
{
color: #153BCB;
}
.AnyTagClassName
{
color: #153BCB;
}
</style>
background-color css
<style>
a { background-color: #153BCB; }
a { background-color: rgb(21,59,203); }
div.DivClassName
{
background-color: #153BCB;
}
.BgClassName
{
background-color: #153BCB;
}
</style>
border-color css
<style>
span { border-color: #153BCB; }
span { border-color: rgb(21,59,203); }
td.TdClassName
{
border-color: #153BCB;
}
.TagClassName
{
border-color: #153BCB;
}
</style>