Shades of Sapphire #031D63
Tints of Sapphire #031D63
RGB
CMYK
RGB Variations
Color information
#031D63 (or 0x031D63) is known color: Sapphire. HEX triplet: 03, 1D and 63. RGB value is (3,29,99). Sum of RGB (Red+Green+Blue) = 3+29+99=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #031D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D63 is #FCE29C. Grayscale: #1C1C1C. Windows color (decimal): -16573085 or 6495491. OLE color: 6495491.
HSL color Cylindrical-coordinate representation of color #031D63: hue angle of 223.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D63 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 29 | 99 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.61 |
| HSL | 223.75º | 0.94% | 0.2% | - |
| HSV(B) | 223.75º | 0.97% | 0.39% | - |
| XYZ | 2.73 | 1.8 | 12.01 | - |
| YUV | 29.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 99 | 0.97 | 0.71 | 0 | 0.61 | 223.75 | 0.94 | 0.2 |
| Hex | 3 | 1D | 63 | 61 | 47 | 0 | 3D | E0 | 5E | 14 |
| Octal | 3 | 35 | 143 | 141 | 107 | 0 | 75 | 340 | 136 | 24 |
| Binary | 11 | 11101 | 1100011 | 1100001 | 1000111 | 0 | 111101 | 11100000 | 1011110 | 10100 |
Color Harmonies of #031D63
Complementary color
Monochromatic Colors of #031D63
Black with #031D63
Text Example
Text Example
White with #031D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D63; }
p { color: rgb(3,29,99); }
H1.HeaderClassName
{
color: #031D63;
}
.AnyTagClassName
{
color: #031D63;
}
</style>
background-color css
<style>
a { background-color: #031D63; }
a { background-color: rgb(3,29,99); }
div.DivClassName
{
background-color: #031D63;
}
.BgClassName
{
background-color: #031D63;
}
</style>
border-color css
<style>
span { border-color: #031D63; }
span { border-color: rgb(3,29,99); }
td.TdClassName
{
border-color: #031D63;
}
.TagClassName
{
border-color: #031D63;
}
</style>