Shades of Sapphire #131F59
Tints of Sapphire #131F59
RGB
CMYK
RGB Variations
Color information
#131F59 (or 0x131F59) is known color: Sapphire. HEX triplet: 13, 1F and 59. RGB value is (19,31,89). Sum of RGB (Red+Green+Blue) = 19+31+89=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #131F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F59 is #ECE0A6. Grayscale: #212121. Windows color (decimal): -15524007 or 5840659. OLE color: 5840659.
HSL color Cylindrical-coordinate representation of color #131F59: hue angle of 229.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131F59 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 31 | 89 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.65 |
| HSL | 229.71º | 0.65% | 0.21% | - |
| HSV(B) | 229.71º | 0.79% | 0.35% | - |
| XYZ | 2.56 | 1.84 | 9.67 | - |
| YUV | 34.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 89 | 0.79 | 0.65 | 0 | 0.65 | 229.71 | 0.65 | 0.21 |
| Hex | 13 | 1F | 59 | 4F | 41 | 0 | 41 | E6 | 41 | 15 |
| Octal | 23 | 37 | 131 | 117 | 101 | 0 | 101 | 346 | 101 | 25 |
| Binary | 10011 | 11111 | 1011001 | 1001111 | 1000001 | 0 | 1000001 | 11100110 | 1000001 | 10101 |
Color Harmonies of #131F59
Complementary color
Monochromatic Colors of #131F59
Black with #131F59
Text Example
Text Example
White with #131F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F59; }
p { color: rgb(19,31,89); }
H1.HeaderClassName
{
color: #131F59;
}
.AnyTagClassName
{
color: #131F59;
}
</style>
background-color css
<style>
a { background-color: #131F59; }
a { background-color: rgb(19,31,89); }
div.DivClassName
{
background-color: #131F59;
}
.BgClassName
{
background-color: #131F59;
}
</style>
border-color css
<style>
span { border-color: #131F59; }
span { border-color: rgb(19,31,89); }
td.TdClassName
{
border-color: #131F59;
}
.TagClassName
{
border-color: #131F59;
}
</style>