Shades of Persian Blue #131FBC
Tints of Persian Blue #131FBC
RGB
CMYK
RGB Variations
Color information
#131FBC (or 0x131FBC) is known color: Persian Blue. HEX triplet: 13, 1F and BC. RGB value is (19,31,188). Sum of RGB (Red+Green+Blue) = 19+31+188=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #131FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FBC is #ECE043. Grayscale: #2C2C2C. Windows color (decimal): -15523908 or 12328723. OLE color: 12328723.
HSL color Cylindrical-coordinate representation of color #131FBC: hue angle of 235.74º 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 #131FBC is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 31 | 188 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.26 |
| HSL | 235.74º | 0.82% | 0.41% | - |
| HSV(B) | 235.74º | 0.9% | 0.74% | - |
| XYZ | 9.84 | 4.75 | 47.98 | - |
| YUV | 45.31 | 208.52 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 188 | 0.90 | 0.84 | 0 | 0.26 | 235.74 | 0.82 | 0.41 |
| Hex | 13 | 1F | BC | 5A | 54 | 0 | 1A | EC | 52 | 29 |
| Octal | 23 | 37 | 274 | 132 | 124 | 0 | 32 | 354 | 122 | 51 |
| Binary | 10011 | 11111 | 10111100 | 1011010 | 1010100 | 0 | 11010 | 11101100 | 1010010 | 101001 |
Color Harmonies of #131FBC
Complementary color
Monochromatic Colors of #131FBC
Black with #131FBC
Text Example
Text Example
White with #131FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FBC; }
p { color: rgb(19,31,188); }
H1.HeaderClassName
{
color: #131FBC;
}
.AnyTagClassName
{
color: #131FBC;
}
</style>
background-color css
<style>
a { background-color: #131FBC; }
a { background-color: rgb(19,31,188); }
div.DivClassName
{
background-color: #131FBC;
}
.BgClassName
{
background-color: #131FBC;
}
</style>
border-color css
<style>
span { border-color: #131FBC; }
span { border-color: rgb(19,31,188); }
td.TdClassName
{
border-color: #131FBC;
}
.TagClassName
{
border-color: #131FBC;
}
</style>