Shades of Sapphire #131F54
Tints of Sapphire #131F54
RGB
CMYK
RGB Variations
Color information
#131F54 (or 0x131F54) is known color: Sapphire. HEX triplet: 13, 1F and 54. RGB value is (19,31,84). Sum of RGB (Red+Green+Blue) = 19+31+84=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #131F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F54 is #ECE0AB. Grayscale: #212121. Windows color (decimal): -15524012 or 5512979. OLE color: 5512979.
HSL color Cylindrical-coordinate representation of color #131F54: hue angle of 228.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131F54 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 31 | 84 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.67 |
| HSL | 228.92º | 0.63% | 0.2% | - |
| HSV(B) | 228.92º | 0.77% | 0.33% | - |
| XYZ | 2.36 | 1.76 | 8.6 | - |
| YUV | 33.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 84 | 0.77 | 0.63 | 0 | 0.67 | 228.92 | 0.63 | 0.2 |
| Hex | 13 | 1F | 54 | 4D | 3F | 0 | 43 | E5 | 3F | 14 |
| Octal | 23 | 37 | 124 | 115 | 77 | 0 | 103 | 345 | 77 | 24 |
| Binary | 10011 | 11111 | 1010100 | 1001101 | 111111 | 0 | 1000011 | 11100101 | 111111 | 10100 |
Color Harmonies of #131F54
Complementary color
Monochromatic Colors of #131F54
Black with #131F54
Text Example
Text Example
White with #131F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F54; }
p { color: rgb(19,31,84); }
H1.HeaderClassName
{
color: #131F54;
}
.AnyTagClassName
{
color: #131F54;
}
</style>
background-color css
<style>
a { background-color: #131F54; }
a { background-color: rgb(19,31,84); }
div.DivClassName
{
background-color: #131F54;
}
.BgClassName
{
background-color: #131F54;
}
</style>
border-color css
<style>
span { border-color: #131F54; }
span { border-color: rgb(19,31,84); }
td.TdClassName
{
border-color: #131F54;
}
.TagClassName
{
border-color: #131F54;
}
</style>