Shades of Sapphire #031168
Tints of Sapphire #031168
RGB
CMYK
RGB Variations
Color information
#031168 (or 0x031168) is known color: Sapphire. HEX triplet: 03, 11 and 68. RGB value is (3,17,104). Sum of RGB (Red+Green+Blue) = 3+17+104=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #031168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031168 is #FCEE97. Grayscale: #161616. Windows color (decimal): -16576152 or 6820099. OLE color: 6820099.
HSL color Cylindrical-coordinate representation of color #031168: hue angle of 231.68º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031168 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 17 | 104 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.59 |
| HSL | 231.68º | 0.94% | 0.21% | - |
| HSV(B) | 231.68º | 0.97% | 0.41% | - |
| XYZ | 2.74 | 1.42 | 13.23 | - |
| YUV | 22.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 104 | 0.97 | 0.84 | 0 | 0.59 | 231.68 | 0.94 | 0.21 |
| Hex | 3 | 11 | 68 | 61 | 54 | 0 | 3B | E8 | 5E | 15 |
| Octal | 3 | 21 | 150 | 141 | 124 | 0 | 73 | 350 | 136 | 25 |
| Binary | 11 | 10001 | 1101000 | 1100001 | 1010100 | 0 | 111011 | 11101000 | 1011110 | 10101 |
Color Harmonies of #031168
Complementary color
Monochromatic Colors of #031168
Black with #031168
Text Example
Text Example
White with #031168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031168; }
p { color: rgb(3,17,104); }
H1.HeaderClassName
{
color: #031168;
}
.AnyTagClassName
{
color: #031168;
}
</style>
background-color css
<style>
a { background-color: #031168; }
a { background-color: rgb(3,17,104); }
div.DivClassName
{
background-color: #031168;
}
.BgClassName
{
background-color: #031168;
}
</style>
border-color css
<style>
span { border-color: #031168; }
span { border-color: rgb(3,17,104); }
td.TdClassName
{
border-color: #031168;
}
.TagClassName
{
border-color: #031168;
}
</style>