Shades of Persian Blue #131ABD
Tints of Persian Blue #131ABD
RGB
CMYK
RGB Variations
Color information
#131ABD (or 0x131ABD) is known color: Persian Blue. HEX triplet: 13, 1A and BD. RGB value is (19,26,189). Sum of RGB (Red+Green+Blue) = 19+26+189=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #131ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ABD is #ECE542. Grayscale: #292929. Windows color (decimal): -15525187 or 12392979. OLE color: 12392979.
HSL color Cylindrical-coordinate representation of color #131ABD: hue angle of 237.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131ABD is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 26 | 189 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.26 |
| HSL | 237.53º | 0.82% | 0.41% | - |
| HSV(B) | 237.53º | 0.9% | 0.74% | - |
| XYZ | 9.82 | 4.55 | 48.5 | - |
| YUV | 42.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 189 | 0.90 | 0.86 | 0 | 0.26 | 237.53 | 0.82 | 0.41 |
| Hex | 13 | 1A | BD | 5A | 56 | 0 | 1A | EE | 52 | 29 |
| Octal | 23 | 32 | 275 | 132 | 126 | 0 | 32 | 356 | 122 | 51 |
| Binary | 10011 | 11010 | 10111101 | 1011010 | 1010110 | 0 | 11010 | 11101110 | 1010010 | 101001 |
Color Harmonies of #131ABD
Complementary color
Monochromatic Colors of #131ABD
Black with #131ABD
Text Example
Text Example
White with #131ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ABD; }
p { color: rgb(19,26,189); }
H1.HeaderClassName
{
color: #131ABD;
}
.AnyTagClassName
{
color: #131ABD;
}
</style>
background-color css
<style>
a { background-color: #131ABD; }
a { background-color: rgb(19,26,189); }
div.DivClassName
{
background-color: #131ABD;
}
.BgClassName
{
background-color: #131ABD;
}
</style>
border-color css
<style>
span { border-color: #131ABD; }
span { border-color: rgb(19,26,189); }
td.TdClassName
{
border-color: #131ABD;
}
.TagClassName
{
border-color: #131ABD;
}
</style>