Shades of Persian Blue #131FC6
Tints of Persian Blue #131FC6
RGB
CMYK
RGB Variations
Color information
#131FC6 (or 0x131FC6) is known color: Persian Blue. HEX triplet: 13, 1F and C6. RGB value is (19,31,198). Sum of RGB (Red+Green+Blue) = 19+31+198=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 198 (77.73% from 255 or 79.84% from 248); Max value from RGB is 198 - color contains mainly: blue. Hex color #131FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FC6 is #ECE039. Grayscale: #2D2D2D. Windows color (decimal): -15523898 or 12984083. OLE color: 12984083.
HSL color Cylindrical-coordinate representation of color #131FC6: hue angle of 235.98º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131FC6 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 31 | 198 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.22 |
| HSL | 235.98º | 0.82% | 0.43% | - |
| HSV(B) | 235.98º | 0.9% | 0.78% | - |
| XYZ | 10.95 | 5.2 | 53.85 | - |
| YUV | 46.45 | 213.52 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 198 | 0.90 | 0.84 | 0 | 0.22 | 235.98 | 0.82 | 0.43 |
| Hex | 13 | 1F | C6 | 5A | 54 | 0 | 16 | EC | 52 | 2B |
| Octal | 23 | 37 | 306 | 132 | 124 | 0 | 26 | 354 | 122 | 53 |
| Binary | 10011 | 11111 | 11000110 | 1011010 | 1010100 | 0 | 10110 | 11101100 | 1010010 | 101011 |
Color Harmonies of #131FC6
Complementary color
Monochromatic Colors of #131FC6
Black with #131FC6
Text Example
Text Example
White with #131FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FC6; }
p { color: rgb(19,31,198); }
H1.HeaderClassName
{
color: #131FC6;
}
.AnyTagClassName
{
color: #131FC6;
}
</style>
background-color css
<style>
a { background-color: #131FC6; }
a { background-color: rgb(19,31,198); }
div.DivClassName
{
background-color: #131FC6;
}
.BgClassName
{
background-color: #131FC6;
}
</style>
border-color css
<style>
span { border-color: #131FC6; }
span { border-color: rgb(19,31,198); }
td.TdClassName
{
border-color: #131FC6;
}
.TagClassName
{
border-color: #131FC6;
}
</style>