Shades of Persian Blue #151ECF
Tints of Persian Blue #151ECF
RGB
CMYK
RGB Variations
Color information
#151ECF (or 0x151ECF) is known color: Persian Blue. HEX triplet: 15, 1E and CF. RGB value is (21,30,207). Sum of RGB (Red+Green+Blue) = 21+30+207=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #151ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ECF is #EAE130. Grayscale: #2E2E2E. Windows color (decimal): -15393073 or 13573653. OLE color: 13573653.
HSL color Cylindrical-coordinate representation of color #151ECF: hue angle of 237.1º degrees, saturation: 0.82, 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 #151ECF is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 30 | 207 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.19 |
| HSL | 237.1º | 0.82% | 0.45% | - |
| HSV(B) | 237.1º | 0.9% | 0.81% | - |
| XYZ | 12.04 | 5.59 | 59.48 | - |
| YUV | 47.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 207 | 0.90 | 0.86 | 0 | 0.19 | 237.1 | 0.82 | 0.45 |
| Hex | 15 | 1E | CF | 5A | 56 | 0 | 13 | ED | 52 | 2D |
| Octal | 25 | 36 | 317 | 132 | 126 | 0 | 23 | 355 | 122 | 55 |
| Binary | 10101 | 11110 | 11001111 | 1011010 | 1010110 | 0 | 10011 | 11101101 | 1010010 | 101101 |
Color Harmonies of #151ECF
Complementary color
Monochromatic Colors of #151ECF
Black with #151ECF
Text Example
Text Example
White with #151ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ECF; }
p { color: rgb(21,30,207); }
H1.HeaderClassName
{
color: #151ECF;
}
.AnyTagClassName
{
color: #151ECF;
}
</style>
background-color css
<style>
a { background-color: #151ECF; }
a { background-color: rgb(21,30,207); }
div.DivClassName
{
background-color: #151ECF;
}
.BgClassName
{
background-color: #151ECF;
}
</style>
border-color css
<style>
span { border-color: #151ECF; }
span { border-color: rgb(21,30,207); }
td.TdClassName
{
border-color: #151ECF;
}
.TagClassName
{
border-color: #151ECF;
}
</style>