Shades of Persian Blue #131DBD
Tints of Persian Blue #131DBD
RGB
CMYK
RGB Variations
Color information
#131DBD (or 0x131DBD) is known color: Persian Blue. HEX triplet: 13, 1D and BD. RGB value is (19,29,189). Sum of RGB (Red+Green+Blue) = 19+29+189=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #131DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DBD is #ECE242. Grayscale: #2B2B2B. Windows color (decimal): -15524419 or 12393747. OLE color: 12393747.
HSL color Cylindrical-coordinate representation of color #131DBD: hue angle of 236.47º 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 #131DBD is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 29 | 189 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.26 |
| HSL | 236.47º | 0.82% | 0.41% | - |
| HSV(B) | 236.47º | 0.9% | 0.74% | - |
| XYZ | 9.89 | 4.69 | 48.53 | - |
| YUV | 44.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 189 | 0.90 | 0.85 | 0 | 0.26 | 236.47 | 0.82 | 0.41 |
| Hex | 13 | 1D | BD | 5A | 55 | 0 | 1A | EC | 52 | 29 |
| Octal | 23 | 35 | 275 | 132 | 125 | 0 | 32 | 354 | 122 | 51 |
| Binary | 10011 | 11101 | 10111101 | 1011010 | 1010101 | 0 | 11010 | 11101100 | 1010010 | 101001 |
Color Harmonies of #131DBD
Complementary color
Monochromatic Colors of #131DBD
Black with #131DBD
Text Example
Text Example
White with #131DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DBD; }
p { color: rgb(19,29,189); }
H1.HeaderClassName
{
color: #131DBD;
}
.AnyTagClassName
{
color: #131DBD;
}
</style>
background-color css
<style>
a { background-color: #131DBD; }
a { background-color: rgb(19,29,189); }
div.DivClassName
{
background-color: #131DBD;
}
.BgClassName
{
background-color: #131DBD;
}
</style>
border-color css
<style>
span { border-color: #131DBD; }
span { border-color: rgb(19,29,189); }
td.TdClassName
{
border-color: #131DBD;
}
.TagClassName
{
border-color: #131DBD;
}
</style>