Shades of Sapphire #031D46
Tints of Sapphire #031D46
RGB
CMYK
RGB Variations
Color information
#031D46 (or 0x031D46) is known color: Sapphire. HEX triplet: 03, 1D and 46. RGB value is (3,29,70). Sum of RGB (Red+Green+Blue) = 3+29+70=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #031D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D46 is #FCE2B9. Grayscale: #191919. Windows color (decimal): -16573114 or 4594947. OLE color: 4594947.
HSL color Cylindrical-coordinate representation of color #031D46: hue angle of 216.72º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D46 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 29 | 70 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.73 |
| HSL | 216.72º | 0.92% | 0.14% | - |
| HSV(B) | 216.72º | 0.96% | 0.27% | - |
| XYZ | 1.58 | 1.34 | 5.97 | - |
| YUV | 25.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 70 | 0.96 | 0.59 | 0 | 0.73 | 216.72 | 0.92 | 0.14 |
| Hex | 3 | 1D | 46 | 60 | 3B | 0 | 49 | D9 | 5C | E |
| Octal | 3 | 35 | 106 | 140 | 73 | 0 | 111 | 331 | 134 | 16 |
| Binary | 11 | 11101 | 1000110 | 1100000 | 111011 | 0 | 1001001 | 11011001 | 1011100 | 1110 |
Color Harmonies of #031D46
Complementary color
Monochromatic Colors of #031D46
Black with #031D46
Text Example
Text Example
White with #031D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D46; }
p { color: rgb(3,29,70); }
H1.HeaderClassName
{
color: #031D46;
}
.AnyTagClassName
{
color: #031D46;
}
</style>
background-color css
<style>
a { background-color: #031D46; }
a { background-color: rgb(3,29,70); }
div.DivClassName
{
background-color: #031D46;
}
.BgClassName
{
background-color: #031D46;
}
</style>
border-color css
<style>
span { border-color: #031D46; }
span { border-color: rgb(3,29,70); }
td.TdClassName
{
border-color: #031D46;
}
.TagClassName
{
border-color: #031D46;
}
</style>