Shades of Sapphire #031F49
Tints of Sapphire #031F49
RGB
CMYK
RGB Variations
Color information
#031F49 (or 0x031F49) is known color: Sapphire. HEX triplet: 03, 1F and 49. RGB value is (3,31,73). Sum of RGB (Red+Green+Blue) = 3+31+73=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #031F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F49 is #FCE0B6. Grayscale: #1B1B1B. Windows color (decimal): -16572599 or 4792067. OLE color: 4792067.
HSL color Cylindrical-coordinate representation of color #031F49: hue angle of 216º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031F49 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 31 | 73 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.71 |
| HSL | 216º | 0.92% | 0.15% | - |
| HSV(B) | 216º | 0.96% | 0.29% | - |
| XYZ | 1.73 | 1.48 | 6.5 | - |
| YUV | 27.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 73 | 0.96 | 0.58 | 0 | 0.71 | 216 | 0.92 | 0.15 |
| Hex | 3 | 1F | 49 | 60 | 3A | 0 | 47 | D8 | 5C | F |
| Octal | 3 | 37 | 111 | 140 | 72 | 0 | 107 | 330 | 134 | 17 |
| Binary | 11 | 11111 | 1001001 | 1100000 | 111010 | 0 | 1000111 | 11011000 | 1011100 | 1111 |
Color Harmonies of #031F49
Complementary color
Monochromatic Colors of #031F49
Black with #031F49
Text Example
Text Example
White with #031F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F49; }
p { color: rgb(3,31,73); }
H1.HeaderClassName
{
color: #031F49;
}
.AnyTagClassName
{
color: #031F49;
}
</style>
background-color css
<style>
a { background-color: #031F49; }
a { background-color: rgb(3,31,73); }
div.DivClassName
{
background-color: #031F49;
}
.BgClassName
{
background-color: #031F49;
}
</style>
border-color css
<style>
span { border-color: #031F49; }
span { border-color: rgb(3,31,73); }
td.TdClassName
{
border-color: #031F49;
}
.TagClassName
{
border-color: #031F49;
}
</style>