Shades of Sapphire #131F51
Tints of Sapphire #131F51
RGB
CMYK
RGB Variations
Color information
#131F51 (or 0x131F51) is known color: Sapphire. HEX triplet: 13, 1F and 51. RGB value is (19,31,81). Sum of RGB (Red+Green+Blue) = 19+31+81=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #131F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F51 is #ECE0AE. Grayscale: #202020. Windows color (decimal): -15524015 or 5316371. OLE color: 5316371.
HSL color Cylindrical-coordinate representation of color #131F51: hue angle of 228.39º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131F51 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 31 | 81 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.68 |
| HSL | 228.39º | 0.62% | 0.2% | - |
| HSV(B) | 228.39º | 0.77% | 0.32% | - |
| XYZ | 2.24 | 1.71 | 8 | - |
| YUV | 33.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 81 | 0.77 | 0.62 | 0 | 0.68 | 228.39 | 0.62 | 0.2 |
| Hex | 13 | 1F | 51 | 4D | 3E | 0 | 44 | E4 | 3E | 14 |
| Octal | 23 | 37 | 121 | 115 | 76 | 0 | 104 | 344 | 76 | 24 |
| Binary | 10011 | 11111 | 1010001 | 1001101 | 111110 | 0 | 1000100 | 11100100 | 111110 | 10100 |
Color Harmonies of #131F51
Complementary color
Monochromatic Colors of #131F51
Black with #131F51
Text Example
Text Example
White with #131F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F51; }
p { color: rgb(19,31,81); }
H1.HeaderClassName
{
color: #131F51;
}
.AnyTagClassName
{
color: #131F51;
}
</style>
background-color css
<style>
a { background-color: #131F51; }
a { background-color: rgb(19,31,81); }
div.DivClassName
{
background-color: #131F51;
}
.BgClassName
{
background-color: #131F51;
}
</style>
border-color css
<style>
span { border-color: #131F51; }
span { border-color: rgb(19,31,81); }
td.TdClassName
{
border-color: #131F51;
}
.TagClassName
{
border-color: #131F51;
}
</style>