Shades of Sapphire #031651
Tints of Sapphire #031651
RGB
CMYK
RGB Variations
Color information
#031651 (or 0x031651) is known color: Sapphire. HEX triplet: 03, 16 and 51. RGB value is (3,22,81). Sum of RGB (Red+Green+Blue) = 3+22+81=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #031651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031651 is #FCE9AE. Grayscale: #161616. Windows color (decimal): -16574895 or 5314051. OLE color: 5314051.
HSL color Cylindrical-coordinate representation of color #031651: hue angle of 225.38º 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 #031651 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 22 | 81 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.68 |
| HSL | 225.38º | 0.93% | 0.16% | - |
| HSV(B) | 225.38º | 0.96% | 0.32% | - |
| XYZ | 1.81 | 1.19 | 7.92 | - |
| YUV | 23.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 81 | 0.96 | 0.73 | 0 | 0.68 | 225.38 | 0.93 | 0.16 |
| Hex | 3 | 16 | 51 | 60 | 49 | 0 | 44 | E1 | 5D | 10 |
| Octal | 3 | 26 | 121 | 140 | 111 | 0 | 104 | 341 | 135 | 20 |
| Binary | 11 | 10110 | 1010001 | 1100000 | 1001001 | 0 | 1000100 | 11100001 | 1011101 | 10000 |
Color Harmonies of #031651
Complementary color
Monochromatic Colors of #031651
Black with #031651
Text Example
Text Example
White with #031651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031651; }
p { color: rgb(3,22,81); }
H1.HeaderClassName
{
color: #031651;
}
.AnyTagClassName
{
color: #031651;
}
</style>
background-color css
<style>
a { background-color: #031651; }
a { background-color: rgb(3,22,81); }
div.DivClassName
{
background-color: #031651;
}
.BgClassName
{
background-color: #031651;
}
</style>
border-color css
<style>
span { border-color: #031651; }
span { border-color: rgb(3,22,81); }
td.TdClassName
{
border-color: #031651;
}
.TagClassName
{
border-color: #031651;
}
</style>