Shades of Persian Blue #131FCF
Tints of Persian Blue #131FCF
RGB
CMYK
RGB Variations
Color information
#131FCF (or 0x131FCF) is known color: Persian Blue. HEX triplet: 13, 1F and CF. RGB value is (19,31,207). Sum of RGB (Red+Green+Blue) = 19+31+207=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #131FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCF is #ECE030. Grayscale: #2E2E2E. Windows color (decimal): -15523889 or 13573907. OLE color: 13573907.
HSL color Cylindrical-coordinate representation of color #131FCF: hue angle of 236.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FCF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 31 | 207 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.19 |
| HSL | 236.17º | 0.83% | 0.44% | - |
| HSV(B) | 236.17º | 0.91% | 0.81% | - |
| XYZ | 12.02 | 5.62 | 59.48 | - |
| YUV | 47.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 207 | 0.91 | 0.85 | 0 | 0.19 | 236.17 | 0.83 | 0.44 |
| Hex | 13 | 1F | CF | 5B | 55 | 0 | 13 | EC | 53 | 2C |
| Octal | 23 | 37 | 317 | 133 | 125 | 0 | 23 | 354 | 123 | 54 |
| Binary | 10011 | 11111 | 11001111 | 1011011 | 1010101 | 0 | 10011 | 11101100 | 1010011 | 101100 |
Color Harmonies of #131FCF
Complementary color
Monochromatic Colors of #131FCF
Black with #131FCF
Text Example
Text Example
White with #131FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FCF; }
p { color: rgb(19,31,207); }
H1.HeaderClassName
{
color: #131FCF;
}
.AnyTagClassName
{
color: #131FCF;
}
</style>
background-color css
<style>
a { background-color: #131FCF; }
a { background-color: rgb(19,31,207); }
div.DivClassName
{
background-color: #131FCF;
}
.BgClassName
{
background-color: #131FCF;
}
</style>
border-color css
<style>
span { border-color: #131FCF; }
span { border-color: rgb(19,31,207); }
td.TdClassName
{
border-color: #131FCF;
}
.TagClassName
{
border-color: #131FCF;
}
</style>