Shades of Persian Blue #131FC9
Tints of Persian Blue #131FC9
RGB
CMYK
RGB Variations
Color information
#131FC9 (or 0x131FC9) is known color: Persian Blue. HEX triplet: 13, 1F and C9. RGB value is (19,31,201). Sum of RGB (Red+Green+Blue) = 19+31+201=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #131FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FC9 is #ECE036. Grayscale: #2E2E2E. Windows color (decimal): -15523895 or 13180691. OLE color: 13180691.
HSL color Cylindrical-coordinate representation of color #131FC9: hue angle of 236.04º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FC9 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 31 | 201 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.21 |
| HSL | 236.04º | 0.83% | 0.43% | - |
| HSV(B) | 236.04º | 0.91% | 0.79% | - |
| XYZ | 11.3 | 5.34 | 55.69 | - |
| YUV | 46.79 | 215.02 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 201 | 0.91 | 0.85 | 0 | 0.21 | 236.04 | 0.83 | 0.43 |
| Hex | 13 | 1F | C9 | 5B | 55 | 0 | 15 | EC | 53 | 2B |
| Octal | 23 | 37 | 311 | 133 | 125 | 0 | 25 | 354 | 123 | 53 |
| Binary | 10011 | 11111 | 11001001 | 1011011 | 1010101 | 0 | 10101 | 11101100 | 1010011 | 101011 |
Color Harmonies of #131FC9
Complementary color
Monochromatic Colors of #131FC9
Black with #131FC9
Text Example
Text Example
White with #131FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FC9; }
p { color: rgb(19,31,201); }
H1.HeaderClassName
{
color: #131FC9;
}
.AnyTagClassName
{
color: #131FC9;
}
</style>
background-color css
<style>
a { background-color: #131FC9; }
a { background-color: rgb(19,31,201); }
div.DivClassName
{
background-color: #131FC9;
}
.BgClassName
{
background-color: #131FC9;
}
</style>
border-color css
<style>
span { border-color: #131FC9; }
span { border-color: rgb(19,31,201); }
td.TdClassName
{
border-color: #131FC9;
}
.TagClassName
{
border-color: #131FC9;
}
</style>