Shades of Persian Blue #153FBB
Tints of Persian Blue #153FBB
RGB
CMYK
RGB Variations
Color information
#153FBB (or 0x153FBB) is known color: Persian Blue. HEX triplet: 15, 3F and BB. RGB value is (21,63,187). Sum of RGB (Red+Green+Blue) = 21+63+187=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #153FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FBB is #EAC044. Grayscale: #404040. Windows color (decimal): -15384645 or 12271381. OLE color: 12271381.
HSL color Cylindrical-coordinate representation of color #153FBB: hue angle of 224.82º 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 #153FBB is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 63 | 187 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.27 |
| HSL | 224.82º | 0.8% | 0.41% | - |
| HSV(B) | 224.82º | 0.89% | 0.73% | - |
| XYZ | 11.06 | 7.3 | 47.84 | - |
| YUV | 64.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 187 | 0.89 | 0.66 | 0 | 0.27 | 224.82 | 0.8 | 0.41 |
| Hex | 15 | 3F | BB | 59 | 42 | 0 | 1B | E1 | 50 | 29 |
| Octal | 25 | 77 | 273 | 131 | 102 | 0 | 33 | 341 | 120 | 51 |
| Binary | 10101 | 111111 | 10111011 | 1011001 | 1000010 | 0 | 11011 | 11100001 | 1010000 | 101001 |
Color Harmonies of #153FBB
Complementary color
Monochromatic Colors of #153FBB
Black with #153FBB
Text Example
Text Example
White with #153FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FBB; }
p { color: rgb(21,63,187); }
H1.HeaderClassName
{
color: #153FBB;
}
.AnyTagClassName
{
color: #153FBB;
}
</style>
background-color css
<style>
a { background-color: #153FBB; }
a { background-color: rgb(21,63,187); }
div.DivClassName
{
background-color: #153FBB;
}
.BgClassName
{
background-color: #153FBB;
}
</style>
border-color css
<style>
span { border-color: #153FBB; }
span { border-color: rgb(21,63,187); }
td.TdClassName
{
border-color: #153FBB;
}
.TagClassName
{
border-color: #153FBB;
}
</style>