Shades of Persian Blue #151DBF
Tints of Persian Blue #151DBF
RGB
CMYK
RGB Variations
Color information
#151DBF (or 0x151DBF) is known color: Persian Blue. HEX triplet: 15, 1D and BF. RGB value is (21,29,191). Sum of RGB (Red+Green+Blue) = 21+29+191=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 191 (75% from 255 or 79.25% from 241); Max value from RGB is 191 - color contains mainly: blue. Hex color #151DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DBF is #EAE240. Grayscale: #2C2C2C. Windows color (decimal): -15393345 or 12524821. OLE color: 12524821.
HSL color Cylindrical-coordinate representation of color #151DBF: hue angle of 237.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151DBF is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 29 | 191 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.25 |
| HSL | 237.18º | 0.8% | 0.42% | - |
| HSV(B) | 237.18º | 0.89% | 0.75% | - |
| XYZ | 10.15 | 4.8 | 49.68 | - |
| YUV | 45.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 191 | 0.89 | 0.85 | 0 | 0.25 | 237.18 | 0.8 | 0.42 |
| Hex | 15 | 1D | BF | 59 | 55 | 0 | 19 | ED | 50 | 2A |
| Octal | 25 | 35 | 277 | 131 | 125 | 0 | 31 | 355 | 120 | 52 |
| Binary | 10101 | 11101 | 10111111 | 1011001 | 1010101 | 0 | 11001 | 11101101 | 1010000 | 101010 |
Color Harmonies of #151DBF
Complementary color
Monochromatic Colors of #151DBF
Black with #151DBF
Text Example
Text Example
White with #151DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DBF; }
p { color: rgb(21,29,191); }
H1.HeaderClassName
{
color: #151DBF;
}
.AnyTagClassName
{
color: #151DBF;
}
</style>
background-color css
<style>
a { background-color: #151DBF; }
a { background-color: rgb(21,29,191); }
div.DivClassName
{
background-color: #151DBF;
}
.BgClassName
{
background-color: #151DBF;
}
</style>
border-color css
<style>
span { border-color: #151DBF; }
span { border-color: rgb(21,29,191); }
td.TdClassName
{
border-color: #151DBF;
}
.TagClassName
{
border-color: #151DBF;
}
</style>