Shades of Sapphire #031D4D
Tints of Sapphire #031D4D
RGB
CMYK
RGB Variations
Color information
#031D4D (or 0x031D4D) is known color: Sapphire. HEX triplet: 03, 1D and 4D. RGB value is (3,29,77). Sum of RGB (Red+Green+Blue) = 3+29+77=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #031D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D4D is #FCE2B2. Grayscale: #1A1A1A. Windows color (decimal): -16573107 or 5053699. OLE color: 5053699.
HSL color Cylindrical-coordinate representation of color #031D4D: hue angle of 218.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031D4D is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 29 | 77 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.70 |
| HSL | 218.92º | 0.93% | 0.16% | - |
| HSV(B) | 218.92º | 0.96% | 0.3% | - |
| XYZ | 1.82 | 1.43 | 7.2 | - |
| YUV | 26.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 77 | 0.96 | 0.62 | 0 | 0.70 | 218.92 | 0.93 | 0.16 |
| Hex | 3 | 1D | 4D | 60 | 3E | 0 | 46 | DB | 5C | 10 |
| Octal | 3 | 35 | 115 | 140 | 76 | 0 | 106 | 333 | 134 | 20 |
| Binary | 11 | 11101 | 1001101 | 1100000 | 111110 | 0 | 1000110 | 11011011 | 1011100 | 10000 |
Color Harmonies of #031D4D
Complementary color
Monochromatic Colors of #031D4D
Black with #031D4D
Text Example
Text Example
White with #031D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D4D; }
p { color: rgb(3,29,77); }
H1.HeaderClassName
{
color: #031D4D;
}
.AnyTagClassName
{
color: #031D4D;
}
</style>
background-color css
<style>
a { background-color: #031D4D; }
a { background-color: rgb(3,29,77); }
div.DivClassName
{
background-color: #031D4D;
}
.BgClassName
{
background-color: #031D4D;
}
</style>
border-color css
<style>
span { border-color: #031D4D; }
span { border-color: rgb(3,29,77); }
td.TdClassName
{
border-color: #031D4D;
}
.TagClassName
{
border-color: #031D4D;
}
</style>