Shades of Persian Blue #153CBB
Tints of Persian Blue #153CBB
RGB
CMYK
RGB Variations
Color information
#153CBB (or 0x153CBB) is known color: Persian Blue. HEX triplet: 15, 3C and BB. RGB value is (21,60,187). Sum of RGB (Red+Green+Blue) = 21+60+187=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #153CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CBB is #EAC344. Grayscale: #3E3E3E. Windows color (decimal): -15385413 or 12270613. OLE color: 12270613.
HSL color Cylindrical-coordinate representation of color #153CBB: hue angle of 225.9º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153CBB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 60 | 187 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.27 |
| HSL | 225.9º | 0.8% | 0.41% | - |
| HSV(B) | 225.9º | 0.89% | 0.73% | - |
| XYZ | 10.89 | 6.98 | 47.79 | - |
| YUV | 62.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 187 | 0.89 | 0.68 | 0 | 0.27 | 225.9 | 0.8 | 0.41 |
| Hex | 15 | 3C | BB | 59 | 44 | 0 | 1B | E2 | 50 | 29 |
| Octal | 25 | 74 | 273 | 131 | 104 | 0 | 33 | 342 | 120 | 51 |
| Binary | 10101 | 111100 | 10111011 | 1011001 | 1000100 | 0 | 11011 | 11100010 | 1010000 | 101001 |
Color Harmonies of #153CBB
Complementary color
Monochromatic Colors of #153CBB
Black with #153CBB
Text Example
Text Example
White with #153CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CBB; }
p { color: rgb(21,60,187); }
H1.HeaderClassName
{
color: #153CBB;
}
.AnyTagClassName
{
color: #153CBB;
}
</style>
background-color css
<style>
a { background-color: #153CBB; }
a { background-color: rgb(21,60,187); }
div.DivClassName
{
background-color: #153CBB;
}
.BgClassName
{
background-color: #153CBB;
}
</style>
border-color css
<style>
span { border-color: #153CBB; }
span { border-color: rgb(21,60,187); }
td.TdClassName
{
border-color: #153CBB;
}
.TagClassName
{
border-color: #153CBB;
}
</style>