Shades of Persian Blue #152FBC
Tints of Persian Blue #152FBC
RGB
CMYK
RGB Variations
Color information
#152FBC (or 0x152FBC) is known color: Persian Blue. HEX triplet: 15, 2F and BC. RGB value is (21,47,188). Sum of RGB (Red+Green+Blue) = 21+47+188=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #152FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FBC is #EAD043. Grayscale: #363636. Windows color (decimal): -15388740 or 12332821. OLE color: 12332821.
HSL color Cylindrical-coordinate representation of color #152FBC: hue angle of 230.66º 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 #152FBC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 47 | 188 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.26 |
| HSL | 230.66º | 0.8% | 0.41% | - |
| HSV(B) | 230.66º | 0.89% | 0.74% | - |
| XYZ | 10.4 | 5.82 | 48.15 | - |
| YUV | 55.3 | 202.89 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 188 | 0.89 | 0.75 | 0 | 0.26 | 230.66 | 0.8 | 0.41 |
| Hex | 15 | 2F | BC | 59 | 4B | 0 | 1A | E7 | 50 | 29 |
| Octal | 25 | 57 | 274 | 131 | 113 | 0 | 32 | 347 | 120 | 51 |
| Binary | 10101 | 101111 | 10111100 | 1011001 | 1001011 | 0 | 11010 | 11100111 | 1010000 | 101001 |
Color Harmonies of #152FBC
Complementary color
Monochromatic Colors of #152FBC
Black with #152FBC
Text Example
Text Example
White with #152FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FBC; }
p { color: rgb(21,47,188); }
H1.HeaderClassName
{
color: #152FBC;
}
.AnyTagClassName
{
color: #152FBC;
}
</style>
background-color css
<style>
a { background-color: #152FBC; }
a { background-color: rgb(21,47,188); }
div.DivClassName
{
background-color: #152FBC;
}
.BgClassName
{
background-color: #152FBC;
}
</style>
border-color css
<style>
span { border-color: #152FBC; }
span { border-color: rgb(21,47,188); }
td.TdClassName
{
border-color: #152FBC;
}
.TagClassName
{
border-color: #152FBC;
}
</style>