Shades of Sapphire #031165
Tints of Sapphire #031165
RGB
CMYK
RGB Variations
Color information
#031165 (or 0x031165) is known color: Sapphire. HEX triplet: 03, 11 and 65. RGB value is (3,17,101). Sum of RGB (Red+Green+Blue) = 3+17+101=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #031165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031165 is #FCEE9A. Grayscale: #161616. Windows color (decimal): -16576155 or 6623491. OLE color: 6623491.
HSL color Cylindrical-coordinate representation of color #031165: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031165 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 17 | 101 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.60 |
| HSL | 231.43º | 0.94% | 0.2% | - |
| HSV(B) | 231.43º | 0.97% | 0.4% | - |
| XYZ | 2.59 | 1.36 | 12.44 | - |
| YUV | 22.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 101 | 0.97 | 0.83 | 0 | 0.60 | 231.43 | 0.94 | 0.2 |
| Hex | 3 | 11 | 65 | 61 | 53 | 0 | 3C | E7 | 5E | 14 |
| Octal | 3 | 21 | 145 | 141 | 123 | 0 | 74 | 347 | 136 | 24 |
| Binary | 11 | 10001 | 1100101 | 1100001 | 1010011 | 0 | 111100 | 11100111 | 1011110 | 10100 |
Color Harmonies of #031165
Complementary color
Monochromatic Colors of #031165
Black with #031165
Text Example
Text Example
White with #031165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031165; }
p { color: rgb(3,17,101); }
H1.HeaderClassName
{
color: #031165;
}
.AnyTagClassName
{
color: #031165;
}
</style>
background-color css
<style>
a { background-color: #031165; }
a { background-color: rgb(3,17,101); }
div.DivClassName
{
background-color: #031165;
}
.BgClassName
{
background-color: #031165;
}
</style>
border-color css
<style>
span { border-color: #031165; }
span { border-color: rgb(3,17,101); }
td.TdClassName
{
border-color: #031165;
}
.TagClassName
{
border-color: #031165;
}
</style>