Shades of Persian Blue #153CB7
Tints of Persian Blue #153CB7
RGB
CMYK
RGB Variations
Color information
#153CB7 (or 0x153CB7) is known color: Persian Blue. HEX triplet: 15, 3C and B7. RGB value is (21,60,183). Sum of RGB (Red+Green+Blue) = 21+60+183=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #153CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CB7 is #EAC348. Grayscale: #3D3D3D. Windows color (decimal): -15385417 or 12008469. OLE color: 12008469.
HSL color Cylindrical-coordinate representation of color #153CB7: hue angle of 225.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153CB7 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 60 | 183 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.28 |
| HSL | 225.56º | 0.79% | 0.4% | - |
| HSV(B) | 225.56º | 0.89% | 0.72% | - |
| XYZ | 10.47 | 6.81 | 45.56 | - |
| YUV | 62.36 | 196.08 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 183 | 0.89 | 0.67 | 0 | 0.28 | 225.56 | 0.79 | 0.4 |
| Hex | 15 | 3C | B7 | 59 | 43 | 0 | 1C | E2 | 4F | 28 |
| Octal | 25 | 74 | 267 | 131 | 103 | 0 | 34 | 342 | 117 | 50 |
| Binary | 10101 | 111100 | 10110111 | 1011001 | 1000011 | 0 | 11100 | 11100010 | 1001111 | 101000 |
Color Harmonies of #153CB7
Complementary color
Monochromatic Colors of #153CB7
Black with #153CB7
Text Example
Text Example
White with #153CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CB7; }
p { color: rgb(21,60,183); }
H1.HeaderClassName
{
color: #153CB7;
}
.AnyTagClassName
{
color: #153CB7;
}
</style>
background-color css
<style>
a { background-color: #153CB7; }
a { background-color: rgb(21,60,183); }
div.DivClassName
{
background-color: #153CB7;
}
.BgClassName
{
background-color: #153CB7;
}
</style>
border-color css
<style>
span { border-color: #153CB7; }
span { border-color: rgb(21,60,183); }
td.TdClassName
{
border-color: #153CB7;
}
.TagClassName
{
border-color: #153CB7;
}
</style>