Shades of Persian Blue #153CBC
Tints of Persian Blue #153CBC
RGB
CMYK
RGB Variations
Color information
#153CBC (or 0x153CBC) is known color: Persian Blue. HEX triplet: 15, 3C and BC. RGB value is (21,60,188). Sum of RGB (Red+Green+Blue) = 21+60+188=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #153CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CBC is #EAC343. Grayscale: #3E3E3E. Windows color (decimal): -15385412 or 12336149. OLE color: 12336149.
HSL color Cylindrical-coordinate representation of color #153CBC: hue angle of 225.99º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153CBC is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 60 | 188 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.26 |
| HSL | 225.99º | 0.8% | 0.41% | - |
| HSV(B) | 225.99º | 0.89% | 0.74% | - |
| XYZ | 11 | 7.02 | 48.35 | - |
| YUV | 62.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 188 | 0.89 | 0.68 | 0 | 0.26 | 225.99 | 0.8 | 0.41 |
| Hex | 15 | 3C | BC | 59 | 44 | 0 | 1A | E2 | 50 | 29 |
| Octal | 25 | 74 | 274 | 131 | 104 | 0 | 32 | 342 | 120 | 51 |
| Binary | 10101 | 111100 | 10111100 | 1011001 | 1000100 | 0 | 11010 | 11100010 | 1010000 | 101001 |
Color Harmonies of #153CBC
Complementary color
Monochromatic Colors of #153CBC
Black with #153CBC
Text Example
Text Example
White with #153CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CBC; }
p { color: rgb(21,60,188); }
H1.HeaderClassName
{
color: #153CBC;
}
.AnyTagClassName
{
color: #153CBC;
}
</style>
background-color css
<style>
a { background-color: #153CBC; }
a { background-color: rgb(21,60,188); }
div.DivClassName
{
background-color: #153CBC;
}
.BgClassName
{
background-color: #153CBC;
}
</style>
border-color css
<style>
span { border-color: #153CBC; }
span { border-color: rgb(21,60,188); }
td.TdClassName
{
border-color: #153CBC;
}
.TagClassName
{
border-color: #153CBC;
}
</style>