Shades of Persian Blue #131BBF
Tints of Persian Blue #131BBF
RGB
CMYK
RGB Variations
Color information
#131BBF (or 0x131BBF) is known color: Persian Blue. HEX triplet: 13, 1B and BF. RGB value is (19,27,191). Sum of RGB (Red+Green+Blue) = 19+27+191=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #131BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BBF is #ECE440. Grayscale: #2A2A2A. Windows color (decimal): -15524929 or 12524307. OLE color: 12524307.
HSL color Cylindrical-coordinate representation of color #131BBF: hue angle of 237.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131BBF is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 27 | 191 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.25 |
| HSL | 237.21º | 0.82% | 0.41% | - |
| HSV(B) | 237.21º | 0.9% | 0.75% | - |
| XYZ | 10.06 | 4.68 | 49.66 | - |
| YUV | 43.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 191 | 0.90 | 0.86 | 0 | 0.25 | 237.21 | 0.82 | 0.41 |
| Hex | 13 | 1B | BF | 5A | 56 | 0 | 19 | ED | 52 | 29 |
| Octal | 23 | 33 | 277 | 132 | 126 | 0 | 31 | 355 | 122 | 51 |
| Binary | 10011 | 11011 | 10111111 | 1011010 | 1010110 | 0 | 11001 | 11101101 | 1010010 | 101001 |
Color Harmonies of #131BBF
Complementary color
Monochromatic Colors of #131BBF
Black with #131BBF
Text Example
Text Example
White with #131BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131BBF; }
p { color: rgb(19,27,191); }
H1.HeaderClassName
{
color: #131BBF;
}
.AnyTagClassName
{
color: #131BBF;
}
</style>
background-color css
<style>
a { background-color: #131BBF; }
a { background-color: rgb(19,27,191); }
div.DivClassName
{
background-color: #131BBF;
}
.BgClassName
{
background-color: #131BBF;
}
</style>
border-color css
<style>
span { border-color: #131BBF; }
span { border-color: rgb(19,27,191); }
td.TdClassName
{
border-color: #131BBF;
}
.TagClassName
{
border-color: #131BBF;
}
</style>