Shades of Sapphire #031D6D
Tints of Sapphire #031D6D
RGB
CMYK
RGB Variations
Color information
#031D6D (or 0x031D6D) is known color: Sapphire. HEX triplet: 03, 1D and 6D. RGB value is (3,29,109). Sum of RGB (Red+Green+Blue) = 3+29+109=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #031D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D6D is #FCE292. Grayscale: #1E1E1E. Windows color (decimal): -16573075 or 7150851. OLE color: 7150851.
HSL color Cylindrical-coordinate representation of color #031D6D: hue angle of 225.28º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D6D is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 29 | 109 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.57 |
| HSL | 225.28º | 0.95% | 0.22% | - |
| HSV(B) | 225.28º | 0.97% | 0.43% | - |
| XYZ | 3.24 | 2 | 14.68 | - |
| YUV | 30.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 109 | 0.97 | 0.73 | 0 | 0.57 | 225.28 | 0.95 | 0.22 |
| Hex | 3 | 1D | 6D | 61 | 49 | 0 | 39 | E1 | 5F | 16 |
| Octal | 3 | 35 | 155 | 141 | 111 | 0 | 71 | 341 | 137 | 26 |
| Binary | 11 | 11101 | 1101101 | 1100001 | 1001001 | 0 | 111001 | 11100001 | 1011111 | 10110 |
Color Harmonies of #031D6D
Complementary color
Monochromatic Colors of #031D6D
Black with #031D6D
Text Example
Text Example
White with #031D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D6D; }
p { color: rgb(3,29,109); }
H1.HeaderClassName
{
color: #031D6D;
}
.AnyTagClassName
{
color: #031D6D;
}
</style>
background-color css
<style>
a { background-color: #031D6D; }
a { background-color: rgb(3,29,109); }
div.DivClassName
{
background-color: #031D6D;
}
.BgClassName
{
background-color: #031D6D;
}
</style>
border-color css
<style>
span { border-color: #031D6D; }
span { border-color: rgb(3,29,109); }
td.TdClassName
{
border-color: #031D6D;
}
.TagClassName
{
border-color: #031D6D;
}
</style>