Shades of Persian Blue #152AD4
Tints of Persian Blue #152AD4
RGB
CMYK
RGB Variations
Color information
#152AD4 (or 0x152AD4) is known color: Persian Blue. HEX triplet: 15, 2A and D4. RGB value is (21,42,212). Sum of RGB (Red+Green+Blue) = 21+42+212=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 212 (83.20% from 255 or 77.09% from 275); Max value from RGB is 212 - color contains mainly: blue. Hex color #152AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152AD4 is #EAD52B. Grayscale: #363636. Windows color (decimal): -15389996 or 13904405. OLE color: 13904405.
HSL color Cylindrical-coordinate representation of color #152AD4: hue angle of 233.4º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152AD4 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 42 | 212 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.17 |
| HSL | 233.4º | 0.82% | 0.46% | - |
| HSV(B) | 233.4º | 0.9% | 0.83% | - |
| XYZ | 13.02 | 6.57 | 62.87 | - |
| YUV | 55.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 212 | 0.90 | 0.80 | 0 | 0.17 | 233.4 | 0.82 | 0.46 |
| Hex | 15 | 2A | D4 | 5A | 50 | 0 | 11 | E9 | 52 | 2E |
| Octal | 25 | 52 | 324 | 132 | 120 | 0 | 21 | 351 | 122 | 56 |
| Binary | 10101 | 101010 | 11010100 | 1011010 | 1010000 | 0 | 10001 | 11101001 | 1010010 | 101110 |
Color Harmonies of #152AD4
Complementary color
Monochromatic Colors of #152AD4
Black with #152AD4
Text Example
Text Example
White with #152AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AD4; }
p { color: rgb(21,42,212); }
H1.HeaderClassName
{
color: #152AD4;
}
.AnyTagClassName
{
color: #152AD4;
}
</style>
background-color css
<style>
a { background-color: #152AD4; }
a { background-color: rgb(21,42,212); }
div.DivClassName
{
background-color: #152AD4;
}
.BgClassName
{
background-color: #152AD4;
}
</style>
border-color css
<style>
span { border-color: #152AD4; }
span { border-color: rgb(21,42,212); }
td.TdClassName
{
border-color: #152AD4;
}
.TagClassName
{
border-color: #152AD4;
}
</style>