Shades of Sapphire #031D56
Tints of Sapphire #031D56
RGB
CMYK
RGB Variations
Color information
#031D56 (or 0x031D56) is known color: Sapphire. HEX triplet: 03, 1D and 56. RGB value is (3,29,86). Sum of RGB (Red+Green+Blue) = 3+29+86=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #031D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D56 is #FCE2A9. Grayscale: #1B1B1B. Windows color (decimal): -16573098 or 5643523. OLE color: 5643523.
HSL color Cylindrical-coordinate representation of color #031D56: hue angle of 221.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D56 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 29 | 86 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.66 |
| HSL | 221.2º | 0.93% | 0.17% | - |
| HSV(B) | 221.2º | 0.97% | 0.34% | - |
| XYZ | 2.16 | 1.57 | 8.99 | - |
| YUV | 27.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 86 | 0.97 | 0.66 | 0 | 0.66 | 221.2 | 0.93 | 0.17 |
| Hex | 3 | 1D | 56 | 61 | 42 | 0 | 42 | DD | 5D | 11 |
| Octal | 3 | 35 | 126 | 141 | 102 | 0 | 102 | 335 | 135 | 21 |
| Binary | 11 | 11101 | 1010110 | 1100001 | 1000010 | 0 | 1000010 | 11011101 | 1011101 | 10001 |
Color Harmonies of #031D56
Complementary color
Monochromatic Colors of #031D56
Black with #031D56
Text Example
Text Example
White with #031D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D56; }
p { color: rgb(3,29,86); }
H1.HeaderClassName
{
color: #031D56;
}
.AnyTagClassName
{
color: #031D56;
}
</style>
background-color css
<style>
a { background-color: #031D56; }
a { background-color: rgb(3,29,86); }
div.DivClassName
{
background-color: #031D56;
}
.BgClassName
{
background-color: #031D56;
}
</style>
border-color css
<style>
span { border-color: #031D56; }
span { border-color: rgb(3,29,86); }
td.TdClassName
{
border-color: #031D56;
}
.TagClassName
{
border-color: #031D56;
}
</style>