Shades of Sapphire #131F57
Tints of Sapphire #131F57
RGB
CMYK
RGB Variations
Color information
#131F57 (or 0x131F57) is known color: Sapphire. HEX triplet: 13, 1F and 57. RGB value is (19,31,87). Sum of RGB (Red+Green+Blue) = 19+31+87=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #131F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F57 is #ECE0A8. Grayscale: #212121. Windows color (decimal): -15524009 or 5709587. OLE color: 5709587.
HSL color Cylindrical-coordinate representation of color #131F57: hue angle of 229.41º 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 #131F57 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 31 | 87 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.66 |
| HSL | 229.41º | 0.64% | 0.21% | - |
| HSV(B) | 229.41º | 0.78% | 0.34% | - |
| XYZ | 2.48 | 1.81 | 9.23 | - |
| YUV | 33.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 87 | 0.78 | 0.64 | 0 | 0.66 | 229.41 | 0.64 | 0.21 |
| Hex | 13 | 1F | 57 | 4E | 40 | 0 | 42 | E5 | 40 | 15 |
| Octal | 23 | 37 | 127 | 116 | 100 | 0 | 102 | 345 | 100 | 25 |
| Binary | 10011 | 11111 | 1010111 | 1001110 | 1000000 | 0 | 1000010 | 11100101 | 1000000 | 10101 |
Color Harmonies of #131F57
Complementary color
Monochromatic Colors of #131F57
Black with #131F57
Text Example
Text Example
White with #131F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F57; }
p { color: rgb(19,31,87); }
H1.HeaderClassName
{
color: #131F57;
}
.AnyTagClassName
{
color: #131F57;
}
</style>
background-color css
<style>
a { background-color: #131F57; }
a { background-color: rgb(19,31,87); }
div.DivClassName
{
background-color: #131F57;
}
.BgClassName
{
background-color: #131F57;
}
</style>
border-color css
<style>
span { border-color: #131F57; }
span { border-color: rgb(19,31,87); }
td.TdClassName
{
border-color: #131F57;
}
.TagClassName
{
border-color: #131F57;
}
</style>