Shades of Persian Blue #131ABC
Tints of Persian Blue #131ABC
RGB
CMYK
RGB Variations
Color information
#131ABC (or 0x131ABC) is known color: Persian Blue. HEX triplet: 13, 1A and BC. RGB value is (19,26,188). Sum of RGB (Red+Green+Blue) = 19+26+188=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #131ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ABC is #ECE543. Grayscale: #292929. Windows color (decimal): -15525188 or 12327443. OLE color: 12327443.
HSL color Cylindrical-coordinate representation of color #131ABC: hue angle of 237.51º 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 #131ABC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 26 | 188 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.26 |
| HSL | 237.51º | 0.82% | 0.41% | - |
| HSV(B) | 237.51º | 0.9% | 0.74% | - |
| XYZ | 9.72 | 4.51 | 47.94 | - |
| YUV | 42.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 188 | 0.90 | 0.86 | 0 | 0.26 | 237.51 | 0.82 | 0.41 |
| Hex | 13 | 1A | BC | 5A | 56 | 0 | 1A | EE | 52 | 29 |
| Octal | 23 | 32 | 274 | 132 | 126 | 0 | 32 | 356 | 122 | 51 |
| Binary | 10011 | 11010 | 10111100 | 1011010 | 1010110 | 0 | 11010 | 11101110 | 1010010 | 101001 |
Color Harmonies of #131ABC
Complementary color
Monochromatic Colors of #131ABC
Black with #131ABC
Text Example
Text Example
White with #131ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131ABC; }
p { color: rgb(19,26,188); }
H1.HeaderClassName
{
color: #131ABC;
}
.AnyTagClassName
{
color: #131ABC;
}
</style>
background-color css
<style>
a { background-color: #131ABC; }
a { background-color: rgb(19,26,188); }
div.DivClassName
{
background-color: #131ABC;
}
.BgClassName
{
background-color: #131ABC;
}
</style>
border-color css
<style>
span { border-color: #131ABC; }
span { border-color: rgb(19,26,188); }
td.TdClassName
{
border-color: #131ABC;
}
.TagClassName
{
border-color: #131ABC;
}
</style>