Shades of Persian Blue #151EC6
Tints of Persian Blue #151EC6
RGB
CMYK
RGB Variations
Color information
#151EC6 (or 0x151EC6) is known color: Persian Blue. HEX triplet: 15, 1E and C6. RGB value is (21,30,198). Sum of RGB (Red+Green+Blue) = 21+30+198=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 198 (77.73% from 255 or 79.52% from 249); Max value from RGB is 198 - color contains mainly: blue. Hex color #151EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EC6 is #EAE139. Grayscale: #2D2D2D. Windows color (decimal): -15393082 or 12983829. OLE color: 12983829.
HSL color Cylindrical-coordinate representation of color #151EC6: hue angle of 236.95º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151EC6 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 30 | 198 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.22 |
| HSL | 236.95º | 0.81% | 0.43% | - |
| HSV(B) | 236.95º | 0.89% | 0.78% | - |
| XYZ | 10.97 | 5.17 | 53.85 | - |
| YUV | 46.46 | 213.52 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 198 | 0.89 | 0.85 | 0 | 0.22 | 236.95 | 0.81 | 0.43 |
| Hex | 15 | 1E | C6 | 59 | 55 | 0 | 16 | ED | 51 | 2B |
| Octal | 25 | 36 | 306 | 131 | 125 | 0 | 26 | 355 | 121 | 53 |
| Binary | 10101 | 11110 | 11000110 | 1011001 | 1010101 | 0 | 10110 | 11101101 | 1010001 | 101011 |
Color Harmonies of #151EC6
Complementary color
Monochromatic Colors of #151EC6
Black with #151EC6
Text Example
Text Example
White with #151EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EC6; }
p { color: rgb(21,30,198); }
H1.HeaderClassName
{
color: #151EC6;
}
.AnyTagClassName
{
color: #151EC6;
}
</style>
background-color css
<style>
a { background-color: #151EC6; }
a { background-color: rgb(21,30,198); }
div.DivClassName
{
background-color: #151EC6;
}
.BgClassName
{
background-color: #151EC6;
}
</style>
border-color css
<style>
span { border-color: #151EC6; }
span { border-color: rgb(21,30,198); }
td.TdClassName
{
border-color: #151EC6;
}
.TagClassName
{
border-color: #151EC6;
}
</style>