Shades of Persian Blue #131FCD
Tints of Persian Blue #131FCD
RGB
CMYK
RGB Variations
Color information
#131FCD (or 0x131FCD) is known color: Persian Blue. HEX triplet: 13, 1F and CD. RGB value is (19,31,205). Sum of RGB (Red+Green+Blue) = 19+31+205=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #131FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCD is #ECE032. Grayscale: #2E2E2E. Windows color (decimal): -15523891 or 13442835. OLE color: 13442835.
HSL color Cylindrical-coordinate representation of color #131FCD: hue angle of 236.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FCD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 31 | 205 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.20 |
| HSL | 236.13º | 0.83% | 0.44% | - |
| HSV(B) | 236.13º | 0.91% | 0.8% | - |
| XYZ | 11.78 | 5.53 | 58.2 | - |
| YUV | 47.25 | 217.02 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 205 | 0.91 | 0.85 | 0 | 0.20 | 236.13 | 0.83 | 0.44 |
| Hex | 13 | 1F | CD | 5B | 55 | 0 | 14 | EC | 53 | 2C |
| Octal | 23 | 37 | 315 | 133 | 125 | 0 | 24 | 354 | 123 | 54 |
| Binary | 10011 | 11111 | 11001101 | 1011011 | 1010101 | 0 | 10100 | 11101100 | 1010011 | 101100 |
Color Harmonies of #131FCD
Complementary color
Monochromatic Colors of #131FCD
Black with #131FCD
Text Example
Text Example
White with #131FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FCD; }
p { color: rgb(19,31,205); }
H1.HeaderClassName
{
color: #131FCD;
}
.AnyTagClassName
{
color: #131FCD;
}
</style>
background-color css
<style>
a { background-color: #131FCD; }
a { background-color: rgb(19,31,205); }
div.DivClassName
{
background-color: #131FCD;
}
.BgClassName
{
background-color: #131FCD;
}
</style>
border-color css
<style>
span { border-color: #131FCD; }
span { border-color: rgb(19,31,205); }
td.TdClassName
{
border-color: #131FCD;
}
.TagClassName
{
border-color: #131FCD;
}
</style>