Shades of Sapphire #031E49
Tints of Sapphire #031E49
RGB
CMYK
RGB Variations
Color information
#031E49 (or 0x031E49) is known color: Sapphire. HEX triplet: 03, 1E and 49. RGB value is (3,30,73). Sum of RGB (Red+Green+Blue) = 3+30+73=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #031E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E49 is #FCE1B6. Grayscale: #1A1A1A. Windows color (decimal): -16572855 or 4791811. OLE color: 4791811.
HSL color Cylindrical-coordinate representation of color #031E49: hue angle of 216.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031E49 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 30 | 73 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.71 |
| HSL | 216.86º | 0.92% | 0.15% | - |
| HSV(B) | 216.86º | 0.96% | 0.29% | - |
| XYZ | 1.7 | 1.43 | 6.49 | - |
| YUV | 26.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 73 | 0.96 | 0.59 | 0 | 0.71 | 216.86 | 0.92 | 0.15 |
| Hex | 3 | 1E | 49 | 60 | 3B | 0 | 47 | D9 | 5C | F |
| Octal | 3 | 36 | 111 | 140 | 73 | 0 | 107 | 331 | 134 | 17 |
| Binary | 11 | 11110 | 1001001 | 1100000 | 111011 | 0 | 1000111 | 11011001 | 1011100 | 1111 |
Color Harmonies of #031E49
Complementary color
Monochromatic Colors of #031E49
Black with #031E49
Text Example
Text Example
White with #031E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E49; }
p { color: rgb(3,30,73); }
H1.HeaderClassName
{
color: #031E49;
}
.AnyTagClassName
{
color: #031E49;
}
</style>
background-color css
<style>
a { background-color: #031E49; }
a { background-color: rgb(3,30,73); }
div.DivClassName
{
background-color: #031E49;
}
.BgClassName
{
background-color: #031E49;
}
</style>
border-color css
<style>
span { border-color: #031E49; }
span { border-color: rgb(3,30,73); }
td.TdClassName
{
border-color: #031E49;
}
.TagClassName
{
border-color: #031E49;
}
</style>