Shades of Persian Blue #152DCC
Tints of Persian Blue #152DCC
RGB
CMYK
RGB Variations
Color information
#152DCC (or 0x152DCC) is known color: Persian Blue. HEX triplet: 15, 2D and CC. RGB value is (21,45,204). Sum of RGB (Red+Green+Blue) = 21+45+204=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #152DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DCC is #EAD233. Grayscale: #373737. Windows color (decimal): -15389236 or 13380885. OLE color: 13380885.
HSL color Cylindrical-coordinate representation of color #152DCC: hue angle of 232.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DCC is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 45 | 204 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.2 |
| HSL | 232.13º | 0.81% | 0.44% | - |
| HSV(B) | 232.13º | 0.9% | 0.8% | - |
| XYZ | 12.15 | 6.4 | 57.72 | - |
| YUV | 55.95 | 211.55 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 204 | 0.90 | 0.78 | 0 | 0.2 | 232.13 | 0.81 | 0.44 |
| Hex | 15 | 2D | CC | 5A | 4E | 0 | 14 | E8 | 51 | 2C |
| Octal | 25 | 55 | 314 | 132 | 116 | 0 | 24 | 350 | 121 | 54 |
| Binary | 10101 | 101101 | 11001100 | 1011010 | 1001110 | 0 | 10100 | 11101000 | 1010001 | 101100 |
Color Harmonies of #152DCC
Complementary color
Monochromatic Colors of #152DCC
Black with #152DCC
Text Example
Text Example
White with #152DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DCC; }
p { color: rgb(21,45,204); }
H1.HeaderClassName
{
color: #152DCC;
}
.AnyTagClassName
{
color: #152DCC;
}
</style>
background-color css
<style>
a { background-color: #152DCC; }
a { background-color: rgb(21,45,204); }
div.DivClassName
{
background-color: #152DCC;
}
.BgClassName
{
background-color: #152DCC;
}
</style>
border-color css
<style>
span { border-color: #152DCC; }
span { border-color: rgb(21,45,204); }
td.TdClassName
{
border-color: #152DCC;
}
.TagClassName
{
border-color: #152DCC;
}
</style>