Shades of Persian Blue #152DBD
Tints of Persian Blue #152DBD
RGB
CMYK
RGB Variations
Color information
#152DBD (or 0x152DBD) is known color: Persian Blue. HEX triplet: 15, 2D and BD. RGB value is (21,45,189). Sum of RGB (Red+Green+Blue) = 21+45+189=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #152DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DBD is #EAD242. Grayscale: #353535. Windows color (decimal): -15389251 or 12397845. OLE color: 12397845.
HSL color Cylindrical-coordinate representation of color #152DBD: hue angle of 231.43º 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 #152DBD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 45 | 189 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.26 |
| HSL | 231.43º | 0.8% | 0.41% | - |
| HSV(B) | 231.43º | 0.89% | 0.74% | - |
| XYZ | 10.43 | 5.71 | 48.7 | - |
| YUV | 54.24 | 204.05 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 189 | 0.89 | 0.76 | 0 | 0.26 | 231.43 | 0.8 | 0.41 |
| Hex | 15 | 2D | BD | 59 | 4C | 0 | 1A | E7 | 50 | 29 |
| Octal | 25 | 55 | 275 | 131 | 114 | 0 | 32 | 347 | 120 | 51 |
| Binary | 10101 | 101101 | 10111101 | 1011001 | 1001100 | 0 | 11010 | 11100111 | 1010000 | 101001 |
Color Harmonies of #152DBD
Complementary color
Monochromatic Colors of #152DBD
Black with #152DBD
Text Example
Text Example
White with #152DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DBD; }
p { color: rgb(21,45,189); }
H1.HeaderClassName
{
color: #152DBD;
}
.AnyTagClassName
{
color: #152DBD;
}
</style>
background-color css
<style>
a { background-color: #152DBD; }
a { background-color: rgb(21,45,189); }
div.DivClassName
{
background-color: #152DBD;
}
.BgClassName
{
background-color: #152DBD;
}
</style>
border-color css
<style>
span { border-color: #152DBD; }
span { border-color: rgb(21,45,189); }
td.TdClassName
{
border-color: #152DBD;
}
.TagClassName
{
border-color: #152DBD;
}
</style>