Shades of Persian Blue #151EC0
Tints of Persian Blue #151EC0
RGB
CMYK
RGB Variations
Color information
#151EC0 (or 0x151EC0) is known color: Persian Blue. HEX triplet: 15, 1E and C0. RGB value is (21,30,192). Sum of RGB (Red+Green+Blue) = 21+30+192=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #151EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EC0 is #EAE13F. Grayscale: #2D2D2D. Windows color (decimal): -15393088 or 12590613. OLE color: 12590613.
HSL color Cylindrical-coordinate representation of color #151EC0: hue angle of 236.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151EC0 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 30 | 192 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.25 |
| HSL | 236.84º | 0.8% | 0.42% | - |
| HSV(B) | 236.84º | 0.89% | 0.75% | - |
| XYZ | 10.29 | 4.89 | 50.27 | - |
| YUV | 45.78 | 210.52 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 192 | 0.89 | 0.84 | 0 | 0.25 | 236.84 | 0.8 | 0.42 |
| Hex | 15 | 1E | C0 | 59 | 54 | 0 | 19 | ED | 50 | 2A |
| Octal | 25 | 36 | 300 | 131 | 124 | 0 | 31 | 355 | 120 | 52 |
| Binary | 10101 | 11110 | 11000000 | 1011001 | 1010100 | 0 | 11001 | 11101101 | 1010000 | 101010 |
Color Harmonies of #151EC0
Complementary color
Monochromatic Colors of #151EC0
Black with #151EC0
Text Example
Text Example
White with #151EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EC0; }
p { color: rgb(21,30,192); }
H1.HeaderClassName
{
color: #151EC0;
}
.AnyTagClassName
{
color: #151EC0;
}
</style>
background-color css
<style>
a { background-color: #151EC0; }
a { background-color: rgb(21,30,192); }
div.DivClassName
{
background-color: #151EC0;
}
.BgClassName
{
background-color: #151EC0;
}
</style>
border-color css
<style>
span { border-color: #151EC0; }
span { border-color: rgb(21,30,192); }
td.TdClassName
{
border-color: #151EC0;
}
.TagClassName
{
border-color: #151EC0;
}
</style>