Shades of Sapphire #031351
Tints of Sapphire #031351
RGB
CMYK
RGB Variations
Color information
#031351 (or 0x031351) is known color: Sapphire. HEX triplet: 03, 13 and 51. RGB value is (3,19,81). Sum of RGB (Red+Green+Blue) = 3+19+81=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #031351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031351 is #FCECAE. Grayscale: #151515. Windows color (decimal): -16575663 or 5313283. OLE color: 5313283.
HSL color Cylindrical-coordinate representation of color #031351: hue angle of 227.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031351 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 19 | 81 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.68 |
| HSL | 227.69º | 0.93% | 0.16% | - |
| HSV(B) | 227.69º | 0.96% | 0.32% | - |
| XYZ | 1.76 | 1.08 | 7.9 | - |
| YUV | 21.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 81 | 0.96 | 0.77 | 0 | 0.68 | 227.69 | 0.93 | 0.16 |
| Hex | 3 | 13 | 51 | 60 | 4D | 0 | 44 | E4 | 5D | 10 |
| Octal | 3 | 23 | 121 | 140 | 115 | 0 | 104 | 344 | 135 | 20 |
| Binary | 11 | 10011 | 1010001 | 1100000 | 1001101 | 0 | 1000100 | 11100100 | 1011101 | 10000 |
Color Harmonies of #031351
Complementary color
Monochromatic Colors of #031351
Black with #031351
Text Example
Text Example
White with #031351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031351; }
p { color: rgb(3,19,81); }
H1.HeaderClassName
{
color: #031351;
}
.AnyTagClassName
{
color: #031351;
}
</style>
background-color css
<style>
a { background-color: #031351; }
a { background-color: rgb(3,19,81); }
div.DivClassName
{
background-color: #031351;
}
.BgClassName
{
background-color: #031351;
}
</style>
border-color css
<style>
span { border-color: #031351; }
span { border-color: rgb(3,19,81); }
td.TdClassName
{
border-color: #031351;
}
.TagClassName
{
border-color: #031351;
}
</style>