Shades of Sapphire #031950
Tints of Sapphire #031950
RGB
CMYK
RGB Variations
Color information
#031950 (or 0x031950) is known color: Sapphire. HEX triplet: 03, 19 and 50. RGB value is (3,25,80). Sum of RGB (Red+Green+Blue) = 3+25+80=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #031950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031950 is #FCE6AF. Grayscale: #181818. Windows color (decimal): -16574128 or 5249283. OLE color: 5249283.
HSL color Cylindrical-coordinate representation of color #031950: hue angle of 222.86º 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 #031950 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 25 | 80 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.69 |
| HSL | 222.86º | 0.93% | 0.16% | - |
| HSV(B) | 222.86º | 0.96% | 0.31% | - |
| XYZ | 1.83 | 1.29 | 7.74 | - |
| YUV | 24.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 80 | 0.96 | 0.69 | 0 | 0.69 | 222.86 | 0.93 | 0.16 |
| Hex | 3 | 19 | 50 | 60 | 45 | 0 | 45 | DF | 5D | 10 |
| Octal | 3 | 31 | 120 | 140 | 105 | 0 | 105 | 337 | 135 | 20 |
| Binary | 11 | 11001 | 1010000 | 1100000 | 1000101 | 0 | 1000101 | 11011111 | 1011101 | 10000 |
Color Harmonies of #031950
Complementary color
Monochromatic Colors of #031950
Black with #031950
Text Example
Text Example
White with #031950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031950; }
p { color: rgb(3,25,80); }
H1.HeaderClassName
{
color: #031950;
}
.AnyTagClassName
{
color: #031950;
}
</style>
background-color css
<style>
a { background-color: #031950; }
a { background-color: rgb(3,25,80); }
div.DivClassName
{
background-color: #031950;
}
.BgClassName
{
background-color: #031950;
}
</style>
border-color css
<style>
span { border-color: #031950; }
span { border-color: rgb(3,25,80); }
td.TdClassName
{
border-color: #031950;
}
.TagClassName
{
border-color: #031950;
}
</style>