Shades of Persian Blue #131FCC
Tints of Persian Blue #131FCC
RGB
CMYK
RGB Variations
Color information
#131FCC (or 0x131FCC) is known color: Persian Blue. HEX triplet: 13, 1F and CC. RGB value is (19,31,204). Sum of RGB (Red+Green+Blue) = 19+31+204=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #131FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FCC is #ECE033. Grayscale: #2E2E2E. Windows color (decimal): -15523892 or 13377299. OLE color: 13377299.
HSL color Cylindrical-coordinate representation of color #131FCC: hue angle of 236.11º 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 #131FCC is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 31 | 204 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.2 |
| HSL | 236.11º | 0.83% | 0.44% | - |
| HSV(B) | 236.11º | 0.91% | 0.8% | - |
| XYZ | 11.66 | 5.48 | 57.57 | - |
| YUV | 47.13 | 216.52 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 204 | 0.91 | 0.85 | 0 | 0.2 | 236.11 | 0.83 | 0.44 |
| Hex | 13 | 1F | CC | 5B | 55 | 0 | 14 | EC | 53 | 2C |
| Octal | 23 | 37 | 314 | 133 | 125 | 0 | 24 | 354 | 123 | 54 |
| Binary | 10011 | 11111 | 11001100 | 1011011 | 1010101 | 0 | 10100 | 11101100 | 1010011 | 101100 |
Color Harmonies of #131FCC
Complementary color
Monochromatic Colors of #131FCC
Black with #131FCC
Text Example
Text Example
White with #131FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131FCC; }
p { color: rgb(19,31,204); }
H1.HeaderClassName
{
color: #131FCC;
}
.AnyTagClassName
{
color: #131FCC;
}
</style>
background-color css
<style>
a { background-color: #131FCC; }
a { background-color: rgb(19,31,204); }
div.DivClassName
{
background-color: #131FCC;
}
.BgClassName
{
background-color: #131FCC;
}
</style>
border-color css
<style>
span { border-color: #131FCC; }
span { border-color: rgb(19,31,204); }
td.TdClassName
{
border-color: #131FCC;
}
.TagClassName
{
border-color: #131FCC;
}
</style>