Shades of Persian Blue #152FBA
Tints of Persian Blue #152FBA
RGB
CMYK
RGB Variations
Color information
#152FBA (or 0x152FBA) is known color: Persian Blue. HEX triplet: 15, 2F and BA. RGB value is (21,47,186). Sum of RGB (Red+Green+Blue) = 21+47+186=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #152FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FBA is #EAD045. Grayscale: #363636. Windows color (decimal): -15388742 or 12201749. OLE color: 12201749.
HSL color Cylindrical-coordinate representation of color #152FBA: hue angle of 230.55º 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 #152FBA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 47 | 186 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.27 |
| HSL | 230.55º | 0.8% | 0.41% | - |
| HSV(B) | 230.55º | 0.89% | 0.73% | - |
| XYZ | 10.19 | 5.74 | 47.02 | - |
| YUV | 55.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 186 | 0.89 | 0.75 | 0 | 0.27 | 230.55 | 0.8 | 0.41 |
| Hex | 15 | 2F | BA | 59 | 4B | 0 | 1B | E7 | 50 | 29 |
| Octal | 25 | 57 | 272 | 131 | 113 | 0 | 33 | 347 | 120 | 51 |
| Binary | 10101 | 101111 | 10111010 | 1011001 | 1001011 | 0 | 11011 | 11100111 | 1010000 | 101001 |
Color Harmonies of #152FBA
Complementary color
Monochromatic Colors of #152FBA
Black with #152FBA
Text Example
Text Example
White with #152FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FBA; }
p { color: rgb(21,47,186); }
H1.HeaderClassName
{
color: #152FBA;
}
.AnyTagClassName
{
color: #152FBA;
}
</style>
background-color css
<style>
a { background-color: #152FBA; }
a { background-color: rgb(21,47,186); }
div.DivClassName
{
background-color: #152FBA;
}
.BgClassName
{
background-color: #152FBA;
}
</style>
border-color css
<style>
span { border-color: #152FBA; }
span { border-color: rgb(21,47,186); }
td.TdClassName
{
border-color: #152FBA;
}
.TagClassName
{
border-color: #152FBA;
}
</style>