Shades of Persian Blue #151FC1
Tints of Persian Blue #151FC1
RGB
CMYK
RGB Variations
Color information
#151FC1 (or 0x151FC1) is known color: Persian Blue. HEX triplet: 15, 1F and C1. RGB value is (21,31,193). Sum of RGB (Red+Green+Blue) = 21+31+193=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #151FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FC1 is #EAE03E. Grayscale: #2D2D2D. Windows color (decimal): -15392831 or 12656405. OLE color: 12656405.
HSL color Cylindrical-coordinate representation of color #151FC1: hue angle of 236.51º 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 #151FC1 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 31 | 193 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.24 |
| HSL | 236.51º | 0.8% | 0.42% | - |
| HSV(B) | 236.51º | 0.89% | 0.76% | - |
| XYZ | 10.42 | 4.99 | 50.87 | - |
| YUV | 46.48 | 210.69 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 193 | 0.89 | 0.84 | 0 | 0.24 | 236.51 | 0.8 | 0.42 |
| Hex | 15 | 1F | C1 | 59 | 54 | 0 | 18 | ED | 50 | 2A |
| Octal | 25 | 37 | 301 | 131 | 124 | 0 | 30 | 355 | 120 | 52 |
| Binary | 10101 | 11111 | 11000001 | 1011001 | 1010100 | 0 | 11000 | 11101101 | 1010000 | 101010 |
Color Harmonies of #151FC1
Complementary color
Monochromatic Colors of #151FC1
Black with #151FC1
Text Example
Text Example
White with #151FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FC1; }
p { color: rgb(21,31,193); }
H1.HeaderClassName
{
color: #151FC1;
}
.AnyTagClassName
{
color: #151FC1;
}
</style>
background-color css
<style>
a { background-color: #151FC1; }
a { background-color: rgb(21,31,193); }
div.DivClassName
{
background-color: #151FC1;
}
.BgClassName
{
background-color: #151FC1;
}
</style>
border-color css
<style>
span { border-color: #151FC1; }
span { border-color: rgb(21,31,193); }
td.TdClassName
{
border-color: #151FC1;
}
.TagClassName
{
border-color: #151FC1;
}
</style>