Shades of Sapphire #131F5E
Tints of Sapphire #131F5E
RGB
CMYK
RGB Variations
Color information
#131F5E (or 0x131F5E) is known color: Sapphire. HEX triplet: 13, 1F and 5E. RGB value is (19,31,94). Sum of RGB (Red+Green+Blue) = 19+31+94=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #131F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F5E is #ECE0A1. Grayscale: #222222. Windows color (decimal): -15524002 or 6168339. OLE color: 6168339.
HSL color Cylindrical-coordinate representation of color #131F5E: hue angle of 230.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131F5E is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 31 | 94 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.63 |
| HSL | 230.4º | 0.66% | 0.22% | - |
| HSV(B) | 230.4º | 0.8% | 0.37% | - |
| XYZ | 2.78 | 1.93 | 10.82 | - |
| YUV | 34.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 94 | 0.80 | 0.67 | 0 | 0.63 | 230.4 | 0.66 | 0.22 |
| Hex | 13 | 1F | 5E | 50 | 43 | 0 | 3F | E6 | 42 | 16 |
| Octal | 23 | 37 | 136 | 120 | 103 | 0 | 77 | 346 | 102 | 26 |
| Binary | 10011 | 11111 | 1011110 | 1010000 | 1000011 | 0 | 111111 | 11100110 | 1000010 | 10110 |
Color Harmonies of #131F5E
Complementary color
Monochromatic Colors of #131F5E
Black with #131F5E
Text Example
Text Example
White with #131F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F5E; }
p { color: rgb(19,31,94); }
H1.HeaderClassName
{
color: #131F5E;
}
.AnyTagClassName
{
color: #131F5E;
}
</style>
background-color css
<style>
a { background-color: #131F5E; }
a { background-color: rgb(19,31,94); }
div.DivClassName
{
background-color: #131F5E;
}
.BgClassName
{
background-color: #131F5E;
}
</style>
border-color css
<style>
span { border-color: #131F5E; }
span { border-color: rgb(19,31,94); }
td.TdClassName
{
border-color: #131F5E;
}
.TagClassName
{
border-color: #131F5E;
}
</style>