Shades of Persian Blue #131ABE
Tints of Persian Blue #131ABE
RGB
CMYK
RGB Variations
Color information
#131ABE (or 0x131ABE) is known color: Persian Blue. HEX triplet: 13, 1A and BE. RGB value is (19,26,190). Sum of RGB (Red+Green+Blue) = 19+26+190=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #131ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ABE is #ECE541. Grayscale: #292929. Windows color (decimal): -15525186 or 12458515. OLE color: 12458515.
HSL color Cylindrical-coordinate representation of color #131ABE: hue angle of 237.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131ABE is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 26 | 190 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.25 |
| HSL | 237.54º | 0.82% | 0.41% | - |
| HSV(B) | 237.54º | 0.9% | 0.75% | - |
| XYZ | 9.93 | 4.59 | 49.08 | - |
| YUV | 42.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 190 | 0.90 | 0.86 | 0 | 0.25 | 237.54 | 0.82 | 0.41 |
| Hex | 13 | 1A | BE | 5A | 56 | 0 | 19 | EE | 52 | 29 |
| Octal | 23 | 32 | 276 | 132 | 126 | 0 | 31 | 356 | 122 | 51 |
| Binary | 10011 | 11010 | 10111110 | 1011010 | 1010110 | 0 | 11001 | 11101110 | 1010010 | 101001 |
Color Harmonies of #131ABE
Complementary color
Monochromatic Colors of #131ABE
Black with #131ABE
Text Example
Text Example
White with #131ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ABE; }
p { color: rgb(19,26,190); }
H1.HeaderClassName
{
color: #131ABE;
}
.AnyTagClassName
{
color: #131ABE;
}
</style>
background-color css
<style>
a { background-color: #131ABE; }
a { background-color: rgb(19,26,190); }
div.DivClassName
{
background-color: #131ABE;
}
.BgClassName
{
background-color: #131ABE;
}
</style>
border-color css
<style>
span { border-color: #131ABE; }
span { border-color: rgb(19,26,190); }
td.TdClassName
{
border-color: #131ABE;
}
.TagClassName
{
border-color: #131ABE;
}
</style>