Shades of Sapphire #031957
Tints of Sapphire #031957
RGB
CMYK
RGB Variations
Color information
#031957 (or 0x031957) is known color: Sapphire. HEX triplet: 03, 19 and 57. RGB value is (3,25,87). Sum of RGB (Red+Green+Blue) = 3+25+87=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #031957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031957 is #FCE6A8. Grayscale: #191919. Windows color (decimal): -16574121 or 5708035. OLE color: 5708035.
HSL color Cylindrical-coordinate representation of color #031957: hue angle of 224.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031957 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 25 | 87 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.66 |
| HSL | 224.29º | 0.93% | 0.18% | - |
| HSV(B) | 224.29º | 0.97% | 0.34% | - |
| XYZ | 2.11 | 1.4 | 9.18 | - |
| YUV | 25.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 87 | 0.97 | 0.71 | 0 | 0.66 | 224.29 | 0.93 | 0.18 |
| Hex | 3 | 19 | 57 | 61 | 47 | 0 | 42 | E0 | 5D | 12 |
| Octal | 3 | 31 | 127 | 141 | 107 | 0 | 102 | 340 | 135 | 22 |
| Binary | 11 | 11001 | 1010111 | 1100001 | 1000111 | 0 | 1000010 | 11100000 | 1011101 | 10010 |
Color Harmonies of #031957
Complementary color
Monochromatic Colors of #031957
Black with #031957
Text Example
Text Example
White with #031957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031957; }
p { color: rgb(3,25,87); }
H1.HeaderClassName
{
color: #031957;
}
.AnyTagClassName
{
color: #031957;
}
</style>
background-color css
<style>
a { background-color: #031957; }
a { background-color: rgb(3,25,87); }
div.DivClassName
{
background-color: #031957;
}
.BgClassName
{
background-color: #031957;
}
</style>
border-color css
<style>
span { border-color: #031957; }
span { border-color: rgb(3,25,87); }
td.TdClassName
{
border-color: #031957;
}
.TagClassName
{
border-color: #031957;
}
</style>