Shades of Persian Blue #151EC1
Tints of Persian Blue #151EC1
RGB
CMYK
RGB Variations
Color information
#151EC1 (or 0x151EC1) is known color: Persian Blue. HEX triplet: 15, 1E and C1. RGB value is (21,30,193). Sum of RGB (Red+Green+Blue) = 21+30+193=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #151EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EC1 is #EAE13E. Grayscale: #2D2D2D. Windows color (decimal): -15393087 or 12656149. OLE color: 12656149.
HSL color Cylindrical-coordinate representation of color #151EC1: hue angle of 236.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151EC1 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 30 | 193 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.24 |
| HSL | 236.86º | 0.8% | 0.42% | - |
| HSV(B) | 236.86º | 0.89% | 0.76% | - |
| XYZ | 10.4 | 4.94 | 50.86 | - |
| YUV | 45.89 | 211.02 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 193 | 0.89 | 0.84 | 0 | 0.24 | 236.86 | 0.8 | 0.42 |
| Hex | 15 | 1E | C1 | 59 | 54 | 0 | 18 | ED | 50 | 2A |
| Octal | 25 | 36 | 301 | 131 | 124 | 0 | 30 | 355 | 120 | 52 |
| Binary | 10101 | 11110 | 11000001 | 1011001 | 1010100 | 0 | 11000 | 11101101 | 1010000 | 101010 |
Color Harmonies of #151EC1
Complementary color
Monochromatic Colors of #151EC1
Black with #151EC1
Text Example
Text Example
White with #151EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EC1; }
p { color: rgb(21,30,193); }
H1.HeaderClassName
{
color: #151EC1;
}
.AnyTagClassName
{
color: #151EC1;
}
</style>
background-color css
<style>
a { background-color: #151EC1; }
a { background-color: rgb(21,30,193); }
div.DivClassName
{
background-color: #151EC1;
}
.BgClassName
{
background-color: #151EC1;
}
</style>
border-color css
<style>
span { border-color: #151EC1; }
span { border-color: rgb(21,30,193); }
td.TdClassName
{
border-color: #151EC1;
}
.TagClassName
{
border-color: #151EC1;
}
</style>