Shades of Persian Blue #131DBB
Tints of Persian Blue #131DBB
RGB
CMYK
RGB Variations
Color information
#131DBB (or 0x131DBB) is known color: Persian Blue. HEX triplet: 13, 1D and BB. RGB value is (19,29,187). Sum of RGB (Red+Green+Blue) = 19+29+187=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #131DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DBB is #ECE244. Grayscale: #2B2B2B. Windows color (decimal): -15524421 or 12262675. OLE color: 12262675.
HSL color Cylindrical-coordinate representation of color #131DBB: hue angle of 236.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131DBB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 29 | 187 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.27 |
| HSL | 236.43º | 0.82% | 0.4% | - |
| HSV(B) | 236.43º | 0.9% | 0.73% | - |
| XYZ | 9.68 | 4.61 | 47.39 | - |
| YUV | 44.02 | 208.69 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 187 | 0.90 | 0.84 | 0 | 0.27 | 236.43 | 0.82 | 0.4 |
| Hex | 13 | 1D | BB | 5A | 54 | 0 | 1B | EC | 52 | 28 |
| Octal | 23 | 35 | 273 | 132 | 124 | 0 | 33 | 354 | 122 | 50 |
| Binary | 10011 | 11101 | 10111011 | 1011010 | 1010100 | 0 | 11011 | 11101100 | 1010010 | 101000 |
Color Harmonies of #131DBB
Complementary color
Monochromatic Colors of #131DBB
Black with #131DBB
Text Example
Text Example
White with #131DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DBB; }
p { color: rgb(19,29,187); }
H1.HeaderClassName
{
color: #131DBB;
}
.AnyTagClassName
{
color: #131DBB;
}
</style>
background-color css
<style>
a { background-color: #131DBB; }
a { background-color: rgb(19,29,187); }
div.DivClassName
{
background-color: #131DBB;
}
.BgClassName
{
background-color: #131DBB;
}
</style>
border-color css
<style>
span { border-color: #131DBB; }
span { border-color: rgb(19,29,187); }
td.TdClassName
{
border-color: #131DBB;
}
.TagClassName
{
border-color: #131DBB;
}
</style>