Shades of Sapphire #031E4D
Tints of Sapphire #031E4D
RGB
CMYK
RGB Variations
Color information
#031E4D (or 0x031E4D) is known color: Sapphire. HEX triplet: 03, 1E and 4D. RGB value is (3,30,77). Sum of RGB (Red+Green+Blue) = 3+30+77=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #031E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E4D is #FCE1B2. Grayscale: #1B1B1B. Windows color (decimal): -16572851 or 5053955. OLE color: 5053955.
HSL color Cylindrical-coordinate representation of color #031E4D: hue angle of 218.11º 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 #031E4D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 30 | 77 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.70 |
| HSL | 218.11º | 0.93% | 0.16% | - |
| HSV(B) | 218.11º | 0.96% | 0.3% | - |
| XYZ | 1.84 | 1.48 | 7.21 | - |
| YUV | 27.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 77 | 0.96 | 0.61 | 0 | 0.70 | 218.11 | 0.93 | 0.16 |
| Hex | 3 | 1E | 4D | 60 | 3D | 0 | 46 | DA | 5C | 10 |
| Octal | 3 | 36 | 115 | 140 | 75 | 0 | 106 | 332 | 134 | 20 |
| Binary | 11 | 11110 | 1001101 | 1100000 | 111101 | 0 | 1000110 | 11011010 | 1011100 | 10000 |
Color Harmonies of #031E4D
Complementary color
Monochromatic Colors of #031E4D
Black with #031E4D
Text Example
Text Example
White with #031E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E4D; }
p { color: rgb(3,30,77); }
H1.HeaderClassName
{
color: #031E4D;
}
.AnyTagClassName
{
color: #031E4D;
}
</style>
background-color css
<style>
a { background-color: #031E4D; }
a { background-color: rgb(3,30,77); }
div.DivClassName
{
background-color: #031E4D;
}
.BgClassName
{
background-color: #031E4D;
}
</style>
border-color css
<style>
span { border-color: #031E4D; }
span { border-color: rgb(3,30,77); }
td.TdClassName
{
border-color: #031E4D;
}
.TagClassName
{
border-color: #031E4D;
}
</style>