Shades of Persian Blue #152DB5
Tints of Persian Blue #152DB5
RGB
CMYK
RGB Variations
Color information
#152DB5 (or 0x152DB5) is known color: Persian Blue. HEX triplet: 15, 2D and B5. RGB value is (21,45,181). Sum of RGB (Red+Green+Blue) = 21+45+181=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 181 (71.09% from 255 or 73.28% from 247); Max value from RGB is 181 - color contains mainly: blue. Hex color #152DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DB5 is #EAD24A. Grayscale: #343434. Windows color (decimal): -15389259 or 11873557. OLE color: 11873557.
HSL color Cylindrical-coordinate representation of color #152DB5: hue angle of 231º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DB5 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 45 | 181 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.29 |
| HSL | 231º | 0.79% | 0.4% | - |
| HSV(B) | 231º | 0.88% | 0.71% | - |
| XYZ | 9.59 | 5.37 | 44.25 | - |
| YUV | 53.33 | 200.05 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 181 | 0.88 | 0.75 | 0 | 0.29 | 231 | 0.79 | 0.4 |
| Hex | 15 | 2D | B5 | 58 | 4B | 0 | 1D | E7 | 4F | 28 |
| Octal | 25 | 55 | 265 | 130 | 113 | 0 | 35 | 347 | 117 | 50 |
| Binary | 10101 | 101101 | 10110101 | 1011000 | 1001011 | 0 | 11101 | 11100111 | 1001111 | 101000 |
Color Harmonies of #152DB5
Complementary color
Monochromatic Colors of #152DB5
Black with #152DB5
Text Example
Text Example
White with #152DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DB5; }
p { color: rgb(21,45,181); }
H1.HeaderClassName
{
color: #152DB5;
}
.AnyTagClassName
{
color: #152DB5;
}
</style>
background-color css
<style>
a { background-color: #152DB5; }
a { background-color: rgb(21,45,181); }
div.DivClassName
{
background-color: #152DB5;
}
.BgClassName
{
background-color: #152DB5;
}
</style>
border-color css
<style>
span { border-color: #152DB5; }
span { border-color: rgb(21,45,181); }
td.TdClassName
{
border-color: #152DB5;
}
.TagClassName
{
border-color: #152DB5;
}
</style>