Shades of Sapphire #031F5C
Tints of Sapphire #031F5C
RGB
CMYK
RGB Variations
Color information
#031F5C (or 0x031F5C) is known color: Sapphire. HEX triplet: 03, 1F and 5C. RGB value is (3,31,92). Sum of RGB (Red+Green+Blue) = 3+31+92=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #031F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F5C is #FCE0A3. Grayscale: #1D1D1D. Windows color (decimal): -16572580 or 6037251. OLE color: 6037251.
HSL color Cylindrical-coordinate representation of color #031F5C: hue angle of 221.12º 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 #031F5C is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 31 | 92 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.64 |
| HSL | 221.12º | 0.94% | 0.19% | - |
| HSV(B) | 221.12º | 0.97% | 0.36% | - |
| XYZ | 2.46 | 1.77 | 10.34 | - |
| YUV | 29.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 92 | 0.97 | 0.66 | 0 | 0.64 | 221.12 | 0.94 | 0.19 |
| Hex | 3 | 1F | 5C | 61 | 42 | 0 | 40 | DD | 5E | 13 |
| Octal | 3 | 37 | 134 | 141 | 102 | 0 | 100 | 335 | 136 | 23 |
| Binary | 11 | 11111 | 1011100 | 1100001 | 1000010 | 0 | 1000000 | 11011101 | 1011110 | 10011 |
Color Harmonies of #031F5C
Complementary color
Monochromatic Colors of #031F5C
Black with #031F5C
Text Example
Text Example
White with #031F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F5C; }
p { color: rgb(3,31,92); }
H1.HeaderClassName
{
color: #031F5C;
}
.AnyTagClassName
{
color: #031F5C;
}
</style>
background-color css
<style>
a { background-color: #031F5C; }
a { background-color: rgb(3,31,92); }
div.DivClassName
{
background-color: #031F5C;
}
.BgClassName
{
background-color: #031F5C;
}
</style>
border-color css
<style>
span { border-color: #031F5C; }
span { border-color: rgb(3,31,92); }
td.TdClassName
{
border-color: #031F5C;
}
.TagClassName
{
border-color: #031F5C;
}
</style>