Shades of Sapphire #031F50
Tints of Sapphire #031F50
RGB
CMYK
RGB Variations
Color information
#031F50 (or 0x031F50) is known color: Sapphire. HEX triplet: 03, 1F and 50. RGB value is (3,31,80). Sum of RGB (Red+Green+Blue) = 3+31+80=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #031F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F50 is #FCE0AF. Grayscale: #1B1B1B. Windows color (decimal): -16572592 or 5250819. OLE color: 5250819.
HSL color Cylindrical-coordinate representation of color #031F50: hue angle of 218.18º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031F50 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 31 | 80 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.69 |
| HSL | 218.18º | 0.93% | 0.16% | - |
| HSV(B) | 218.18º | 0.96% | 0.31% | - |
| XYZ | 1.98 | 1.58 | 7.79 | - |
| YUV | 28.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 80 | 0.96 | 0.61 | 0 | 0.69 | 218.18 | 0.93 | 0.16 |
| Hex | 3 | 1F | 50 | 60 | 3D | 0 | 45 | DA | 5D | 10 |
| Octal | 3 | 37 | 120 | 140 | 75 | 0 | 105 | 332 | 135 | 20 |
| Binary | 11 | 11111 | 1010000 | 1100000 | 111101 | 0 | 1000101 | 11011010 | 1011101 | 10000 |
Color Harmonies of #031F50
Complementary color
Monochromatic Colors of #031F50
Black with #031F50
Text Example
Text Example
White with #031F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F50; }
p { color: rgb(3,31,80); }
H1.HeaderClassName
{
color: #031F50;
}
.AnyTagClassName
{
color: #031F50;
}
</style>
background-color css
<style>
a { background-color: #031F50; }
a { background-color: rgb(3,31,80); }
div.DivClassName
{
background-color: #031F50;
}
.BgClassName
{
background-color: #031F50;
}
</style>
border-color css
<style>
span { border-color: #031F50; }
span { border-color: rgb(3,31,80); }
td.TdClassName
{
border-color: #031F50;
}
.TagClassName
{
border-color: #031F50;
}
</style>