Shades of Persian Blue #152CCB
Tints of Persian Blue #152CCB
RGB
CMYK
RGB Variations
Color information
#152CCB (or 0x152CCB) is known color: Persian Blue. HEX triplet: 15, 2C and CB. RGB value is (21,44,203). Sum of RGB (Red+Green+Blue) = 21+44+203=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #152CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCB is #EAD334. Grayscale: #363636. Windows color (decimal): -15389493 or 13315093. OLE color: 13315093.
HSL color Cylindrical-coordinate representation of color #152CCB: hue angle of 232.42º 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 #152CCB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 44 | 203 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.20 |
| HSL | 232.42º | 0.81% | 0.44% | - |
| HSV(B) | 232.42º | 0.9% | 0.8% | - |
| XYZ | 11.99 | 6.27 | 57.08 | - |
| YUV | 55.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 203 | 0.90 | 0.78 | 0 | 0.20 | 232.42 | 0.81 | 0.44 |
| Hex | 15 | 2C | CB | 5A | 4E | 0 | 14 | E8 | 51 | 2C |
| Octal | 25 | 54 | 313 | 132 | 116 | 0 | 24 | 350 | 121 | 54 |
| Binary | 10101 | 101100 | 11001011 | 1011010 | 1001110 | 0 | 10100 | 11101000 | 1010001 | 101100 |
Color Harmonies of #152CCB
Complementary color
Monochromatic Colors of #152CCB
Black with #152CCB
Text Example
Text Example
White with #152CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CCB; }
p { color: rgb(21,44,203); }
H1.HeaderClassName
{
color: #152CCB;
}
.AnyTagClassName
{
color: #152CCB;
}
</style>
background-color css
<style>
a { background-color: #152CCB; }
a { background-color: rgb(21,44,203); }
div.DivClassName
{
background-color: #152CCB;
}
.BgClassName
{
background-color: #152CCB;
}
</style>
border-color css
<style>
span { border-color: #152CCB; }
span { border-color: rgb(21,44,203); }
td.TdClassName
{
border-color: #152CCB;
}
.TagClassName
{
border-color: #152CCB;
}
</style>