Shades of Persian Blue #151FBC
Tints of Persian Blue #151FBC
RGB
CMYK
RGB Variations
Color information
#151FBC (or 0x151FBC) is known color: Persian Blue. HEX triplet: 15, 1F and BC. RGB value is (21,31,188). Sum of RGB (Red+Green+Blue) = 21+31+188=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #151FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FBC is #EAE043. Grayscale: #2D2D2D. Windows color (decimal): -15392836 or 12328725. OLE color: 12328725.
HSL color Cylindrical-coordinate representation of color #151FBC: hue angle of 236.41º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151FBC is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 31 | 188 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.26 |
| HSL | 236.41º | 0.8% | 0.41% | - |
| HSV(B) | 236.41º | 0.89% | 0.74% | - |
| XYZ | 9.88 | 4.77 | 47.98 | - |
| YUV | 45.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 188 | 0.89 | 0.84 | 0 | 0.26 | 236.41 | 0.8 | 0.41 |
| Hex | 15 | 1F | BC | 59 | 54 | 0 | 1A | EC | 50 | 29 |
| Octal | 25 | 37 | 274 | 131 | 124 | 0 | 32 | 354 | 120 | 51 |
| Binary | 10101 | 11111 | 10111100 | 1011001 | 1010100 | 0 | 11010 | 11101100 | 1010000 | 101001 |
Color Harmonies of #151FBC
Complementary color
Monochromatic Colors of #151FBC
Black with #151FBC
Text Example
Text Example
White with #151FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FBC; }
p { color: rgb(21,31,188); }
H1.HeaderClassName
{
color: #151FBC;
}
.AnyTagClassName
{
color: #151FBC;
}
</style>
background-color css
<style>
a { background-color: #151FBC; }
a { background-color: rgb(21,31,188); }
div.DivClassName
{
background-color: #151FBC;
}
.BgClassName
{
background-color: #151FBC;
}
</style>
border-color css
<style>
span { border-color: #151FBC; }
span { border-color: rgb(21,31,188); }
td.TdClassName
{
border-color: #151FBC;
}
.TagClassName
{
border-color: #151FBC;
}
</style>