Shades of Persian Blue #152ECB
Tints of Persian Blue #152ECB
RGB
CMYK
RGB Variations
Color information
#152ECB (or 0x152ECB) is known color: Persian Blue. HEX triplet: 15, 2E and CB. RGB value is (21,46,203). Sum of RGB (Red+Green+Blue) = 21+46+203=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #152ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ECB is #EAD134. Grayscale: #373737. Windows color (decimal): -15388981 or 13315605. OLE color: 13315605.
HSL color Cylindrical-coordinate representation of color #152ECB: hue angle of 231.76º 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 #152ECB is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 46 | 203 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.20 |
| HSL | 231.76º | 0.81% | 0.44% | - |
| HSV(B) | 231.76º | 0.9% | 0.8% | - |
| XYZ | 12.07 | 6.43 | 57.1 | - |
| YUV | 56.42 | 210.72 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 203 | 0.90 | 0.77 | 0 | 0.20 | 231.76 | 0.81 | 0.44 |
| Hex | 15 | 2E | CB | 5A | 4D | 0 | 14 | E8 | 51 | 2C |
| Octal | 25 | 56 | 313 | 132 | 115 | 0 | 24 | 350 | 121 | 54 |
| Binary | 10101 | 101110 | 11001011 | 1011010 | 1001101 | 0 | 10100 | 11101000 | 1010001 | 101100 |
Color Harmonies of #152ECB
Complementary color
Monochromatic Colors of #152ECB
Black with #152ECB
Text Example
Text Example
White with #152ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ECB; }
p { color: rgb(21,46,203); }
H1.HeaderClassName
{
color: #152ECB;
}
.AnyTagClassName
{
color: #152ECB;
}
</style>
background-color css
<style>
a { background-color: #152ECB; }
a { background-color: rgb(21,46,203); }
div.DivClassName
{
background-color: #152ECB;
}
.BgClassName
{
background-color: #152ECB;
}
</style>
border-color css
<style>
span { border-color: #152ECB; }
span { border-color: rgb(21,46,203); }
td.TdClassName
{
border-color: #152ECB;
}
.TagClassName
{
border-color: #152ECB;
}
</style>