Shades of Persian Blue #151ABF
Tints of Persian Blue #151ABF
RGB
CMYK
RGB Variations
Color information
#151ABF (or 0x151ABF) is known color: Persian Blue. HEX triplet: 15, 1A and BF. RGB value is (21,26,191). Sum of RGB (Red+Green+Blue) = 21+26+191=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #151ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ABF is #EAE540. Grayscale: #2A2A2A. Windows color (decimal): -15394113 or 12524053. OLE color: 12524053.
HSL color Cylindrical-coordinate representation of color #151ABF: hue angle of 238.24º 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 #151ABF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 26 | 191 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.25 |
| HSL | 238.24º | 0.8% | 0.42% | - |
| HSV(B) | 238.24º | 0.89% | 0.75% | - |
| XYZ | 10.08 | 4.66 | 49.66 | - |
| YUV | 43.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 191 | 0.89 | 0.86 | 0 | 0.25 | 238.24 | 0.8 | 0.42 |
| Hex | 15 | 1A | BF | 59 | 56 | 0 | 19 | EE | 50 | 2A |
| Octal | 25 | 32 | 277 | 131 | 126 | 0 | 31 | 356 | 120 | 52 |
| Binary | 10101 | 11010 | 10111111 | 1011001 | 1010110 | 0 | 11001 | 11101110 | 1010000 | 101010 |
Color Harmonies of #151ABF
Complementary color
Monochromatic Colors of #151ABF
Black with #151ABF
Text Example
Text Example
White with #151ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ABF; }
p { color: rgb(21,26,191); }
H1.HeaderClassName
{
color: #151ABF;
}
.AnyTagClassName
{
color: #151ABF;
}
</style>
background-color css
<style>
a { background-color: #151ABF; }
a { background-color: rgb(21,26,191); }
div.DivClassName
{
background-color: #151ABF;
}
.BgClassName
{
background-color: #151ABF;
}
</style>
border-color css
<style>
span { border-color: #151ABF; }
span { border-color: rgb(21,26,191); }
td.TdClassName
{
border-color: #151ABF;
}
.TagClassName
{
border-color: #151ABF;
}
</style>