Shades of Sapphire #10316D
Tints of Sapphire #10316D
RGB
CMYK
RGB Variations
Color information
#10316D (or 0x10316D) is known color: Sapphire. HEX triplet: 10, 31 and 6D. RGB value is (16,49,109). Sum of RGB (Red+Green+Blue) = 16+49+109=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #10316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10316D is #EFCE92. Grayscale: #2D2D2D. Windows color (decimal): -15715987 or 7155984. OLE color: 7155984.
HSL color Cylindrical-coordinate representation of color #10316D: hue angle of 218.71º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10316D is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 49 | 109 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.57 |
| HSL | 218.71º | 0.74% | 0.25% | - |
| HSV(B) | 218.71º | 0.85% | 0.43% | - |
| XYZ | 4.07 | 3.41 | 14.91 | - |
| YUV | 45.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 109 | 0.85 | 0.55 | 0 | 0.57 | 218.71 | 0.74 | 0.25 |
| Hex | 10 | 31 | 6D | 55 | 37 | 0 | 39 | DB | 4A | 19 |
| Octal | 20 | 61 | 155 | 125 | 67 | 0 | 71 | 333 | 112 | 31 |
| Binary | 10000 | 110001 | 1101101 | 1010101 | 110111 | 0 | 111001 | 11011011 | 1001010 | 11001 |
Color Harmonies of #10316D
Complementary color
Monochromatic Colors of #10316D
Black with #10316D
Text Example
Text Example
White with #10316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10316D; }
p { color: rgb(16,49,109); }
H1.HeaderClassName
{
color: #10316D;
}
.AnyTagClassName
{
color: #10316D;
}
</style>
background-color css
<style>
a { background-color: #10316D; }
a { background-color: rgb(16,49,109); }
div.DivClassName
{
background-color: #10316D;
}
.BgClassName
{
background-color: #10316D;
}
</style>
border-color css
<style>
span { border-color: #10316D; }
span { border-color: rgb(16,49,109); }
td.TdClassName
{
border-color: #10316D;
}
.TagClassName
{
border-color: #10316D;
}
</style>