Shades of Persian Blue #152BE3
Tints of Persian Blue #152BE3
RGB
CMYK
RGB Variations
Color information
#152BE3 (or 0x152BE3) is known color: Persian Blue. HEX triplet: 15, 2B and E3. RGB value is (21,43,227). Sum of RGB (Red+Green+Blue) = 21+43+227=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 227 (89.06% from 255 or 78.01% from 291); Max value from RGB is 227 - color contains mainly: blue. Hex color #152BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BE3 is #EAD41C. Grayscale: #383838. Windows color (decimal): -15389725 or 14887701. OLE color: 14887701.
HSL color Cylindrical-coordinate representation of color #152BE3: hue angle of 233.59º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152BE3 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 43 | 227 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.11 |
| HSL | 233.59º | 0.83% | 0.49% | - |
| HSV(B) | 233.59º | 0.91% | 0.89% | - |
| XYZ | 15.04 | 7.43 | 73.32 | - |
| YUV | 57.4 | 223.71 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 227 | 0.91 | 0.81 | 0 | 0.11 | 233.59 | 0.83 | 0.49 |
| Hex | 15 | 2B | E3 | 5B | 51 | 0 | B | EA | 53 | 31 |
| Octal | 25 | 53 | 343 | 133 | 121 | 0 | 13 | 352 | 123 | 61 |
| Binary | 10101 | 101011 | 11100011 | 1011011 | 1010001 | 0 | 1011 | 11101010 | 1010011 | 110001 |
Color Harmonies of #152BE3
Complementary color
Monochromatic Colors of #152BE3
Black with #152BE3
Text Example
Text Example
White with #152BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BE3; }
p { color: rgb(21,43,227); }
H1.HeaderClassName
{
color: #152BE3;
}
.AnyTagClassName
{
color: #152BE3;
}
</style>
background-color css
<style>
a { background-color: #152BE3; }
a { background-color: rgb(21,43,227); }
div.DivClassName
{
background-color: #152BE3;
}
.BgClassName
{
background-color: #152BE3;
}
</style>
border-color css
<style>
span { border-color: #152BE3; }
span { border-color: rgb(21,43,227); }
td.TdClassName
{
border-color: #152BE3;
}
.TagClassName
{
border-color: #152BE3;
}
</style>