Shades of Persian Blue #151EBA
Tints of Persian Blue #151EBA
RGB
CMYK
RGB Variations
Color information
#151EBA (or 0x151EBA) is known color: Persian Blue. HEX triplet: 15, 1E and BA. RGB value is (21,30,186). Sum of RGB (Red+Green+Blue) = 21+30+186=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #151EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EBA is #EAE145. Grayscale: #2C2C2C. Windows color (decimal): -15393094 or 12197397. OLE color: 12197397.
HSL color Cylindrical-coordinate representation of color #151EBA: hue angle of 236.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151EBA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 30 | 186 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.27 |
| HSL | 236.73º | 0.8% | 0.41% | - |
| HSV(B) | 236.73º | 0.89% | 0.73% | - |
| XYZ | 9.64 | 4.63 | 46.84 | - |
| YUV | 45.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 186 | 0.89 | 0.84 | 0 | 0.27 | 236.73 | 0.8 | 0.41 |
| Hex | 15 | 1E | BA | 59 | 54 | 0 | 1B | ED | 50 | 29 |
| Octal | 25 | 36 | 272 | 131 | 124 | 0 | 33 | 355 | 120 | 51 |
| Binary | 10101 | 11110 | 10111010 | 1011001 | 1010100 | 0 | 11011 | 11101101 | 1010000 | 101001 |
Color Harmonies of #151EBA
Complementary color
Monochromatic Colors of #151EBA
Black with #151EBA
Text Example
Text Example
White with #151EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EBA; }
p { color: rgb(21,30,186); }
H1.HeaderClassName
{
color: #151EBA;
}
.AnyTagClassName
{
color: #151EBA;
}
</style>
background-color css
<style>
a { background-color: #151EBA; }
a { background-color: rgb(21,30,186); }
div.DivClassName
{
background-color: #151EBA;
}
.BgClassName
{
background-color: #151EBA;
}
</style>
border-color css
<style>
span { border-color: #151EBA; }
span { border-color: rgb(21,30,186); }
td.TdClassName
{
border-color: #151EBA;
}
.TagClassName
{
border-color: #151EBA;
}
</style>