Shades of Sapphire #031F5D
Tints of Sapphire #031F5D
RGB
CMYK
RGB Variations
Color information
#031F5D (or 0x031F5D) is known color: Sapphire. HEX triplet: 03, 1F and 5D. RGB value is (3,31,93). Sum of RGB (Red+Green+Blue) = 3+31+93=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #031F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F5D is #FCE0A2. Grayscale: #1D1D1D. Windows color (decimal): -16572579 or 6102787. OLE color: 6102787.
HSL color Cylindrical-coordinate representation of color #031F5D: hue angle of 221.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F5D is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 31 | 93 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.64 |
| HSL | 221.33º | 0.94% | 0.19% | - |
| HSV(B) | 221.33º | 0.97% | 0.36% | - |
| XYZ | 2.5 | 1.79 | 10.57 | - |
| YUV | 29.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 93 | 0.97 | 0.67 | 0 | 0.64 | 221.33 | 0.94 | 0.19 |
| Hex | 3 | 1F | 5D | 61 | 43 | 0 | 40 | DD | 5E | 13 |
| Octal | 3 | 37 | 135 | 141 | 103 | 0 | 100 | 335 | 136 | 23 |
| Binary | 11 | 11111 | 1011101 | 1100001 | 1000011 | 0 | 1000000 | 11011101 | 1011110 | 10011 |
Color Harmonies of #031F5D
Complementary color
Monochromatic Colors of #031F5D
Black with #031F5D
Text Example
Text Example
White with #031F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F5D; }
p { color: rgb(3,31,93); }
H1.HeaderClassName
{
color: #031F5D;
}
.AnyTagClassName
{
color: #031F5D;
}
</style>
background-color css
<style>
a { background-color: #031F5D; }
a { background-color: rgb(3,31,93); }
div.DivClassName
{
background-color: #031F5D;
}
.BgClassName
{
background-color: #031F5D;
}
</style>
border-color css
<style>
span { border-color: #031F5D; }
span { border-color: rgb(3,31,93); }
td.TdClassName
{
border-color: #031F5D;
}
.TagClassName
{
border-color: #031F5D;
}
</style>