Shades of Persian Blue #151FCE
Tints of Persian Blue #151FCE
RGB
CMYK
RGB Variations
Color information
#151FCE (or 0x151FCE) is known color: Persian Blue. HEX triplet: 15, 1F and CE. RGB value is (21,31,206). Sum of RGB (Red+Green+Blue) = 21+31+206=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #151FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FCE is #EAE031. Grayscale: #2F2F2F. Windows color (decimal): -15392818 or 13508373. OLE color: 13508373.
HSL color Cylindrical-coordinate representation of color #151FCE: hue angle of 236.76º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151FCE is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 31 | 206 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.19 |
| HSL | 236.76º | 0.81% | 0.45% | - |
| HSV(B) | 236.76º | 0.9% | 0.81% | - |
| XYZ | 11.94 | 5.6 | 58.84 | - |
| YUV | 47.96 | 217.19 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 206 | 0.90 | 0.85 | 0 | 0.19 | 236.76 | 0.81 | 0.45 |
| Hex | 15 | 1F | CE | 5A | 55 | 0 | 13 | ED | 51 | 2D |
| Octal | 25 | 37 | 316 | 132 | 125 | 0 | 23 | 355 | 121 | 55 |
| Binary | 10101 | 11111 | 11001110 | 1011010 | 1010101 | 0 | 10011 | 11101101 | 1010001 | 101101 |
Color Harmonies of #151FCE
Complementary color
Monochromatic Colors of #151FCE
Black with #151FCE
Text Example
Text Example
White with #151FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FCE; }
p { color: rgb(21,31,206); }
H1.HeaderClassName
{
color: #151FCE;
}
.AnyTagClassName
{
color: #151FCE;
}
</style>
background-color css
<style>
a { background-color: #151FCE; }
a { background-color: rgb(21,31,206); }
div.DivClassName
{
background-color: #151FCE;
}
.BgClassName
{
background-color: #151FCE;
}
</style>
border-color css
<style>
span { border-color: #151FCE; }
span { border-color: rgb(21,31,206); }
td.TdClassName
{
border-color: #151FCE;
}
.TagClassName
{
border-color: #151FCE;
}
</style>