Shades of Sapphire #131B56
Tints of Sapphire #131B56
RGB
CMYK
RGB Variations
Color information
#131B56 (or 0x131B56) is known color: Sapphire. HEX triplet: 13, 1B and 56. RGB value is (19,27,86). Sum of RGB (Red+Green+Blue) = 19+27+86=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #131B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B56 is #ECE4A9. Grayscale: #1F1F1F. Windows color (decimal): -15525034 or 5643027. OLE color: 5643027.
HSL color Cylindrical-coordinate representation of color #131B56: hue angle of 232.84º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131B56 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 27 | 86 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.66 |
| HSL | 232.84º | 0.64% | 0.21% | - |
| HSV(B) | 232.84º | 0.78% | 0.34% | - |
| XYZ | 2.34 | 1.59 | 8.99 | - |
| YUV | 31.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 86 | 0.78 | 0.69 | 0 | 0.66 | 232.84 | 0.64 | 0.21 |
| Hex | 13 | 1B | 56 | 4E | 45 | 0 | 42 | E9 | 40 | 15 |
| Octal | 23 | 33 | 126 | 116 | 105 | 0 | 102 | 351 | 100 | 25 |
| Binary | 10011 | 11011 | 1010110 | 1001110 | 1000101 | 0 | 1000010 | 11101001 | 1000000 | 10101 |
Color Harmonies of #131B56
Complementary color
Monochromatic Colors of #131B56
Black with #131B56
Text Example
Text Example
White with #131B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B56; }
p { color: rgb(19,27,86); }
H1.HeaderClassName
{
color: #131B56;
}
.AnyTagClassName
{
color: #131B56;
}
</style>
background-color css
<style>
a { background-color: #131B56; }
a { background-color: rgb(19,27,86); }
div.DivClassName
{
background-color: #131B56;
}
.BgClassName
{
background-color: #131B56;
}
</style>
border-color css
<style>
span { border-color: #131B56; }
span { border-color: rgb(19,27,86); }
td.TdClassName
{
border-color: #131B56;
}
.TagClassName
{
border-color: #131B56;
}
</style>