Shades of Sapphire #10316B
Tints of Sapphire #10316B
RGB
CMYK
RGB Variations
Color information
#10316B (or 0x10316B) is known color: Sapphire. HEX triplet: 10, 31 and 6B. RGB value is (16,49,107). Sum of RGB (Red+Green+Blue) = 16+49+107=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #10316B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10316B is #EFCE94. Grayscale: #2D2D2D. Windows color (decimal): -15715989 or 7024912. OLE color: 7024912.
HSL color Cylindrical-coordinate representation of color #10316B: hue angle of 218.24º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10316B is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 49 | 107 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.58 |
| HSL | 218.24º | 0.74% | 0.24% | - |
| HSV(B) | 218.24º | 0.85% | 0.42% | - |
| XYZ | 3.97 | 3.37 | 14.35 | - |
| YUV | 45.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 107 | 0.85 | 0.54 | 0 | 0.58 | 218.24 | 0.74 | 0.24 |
| Hex | 10 | 31 | 6B | 55 | 36 | 0 | 3A | DA | 4A | 18 |
| Octal | 20 | 61 | 153 | 125 | 66 | 0 | 72 | 332 | 112 | 30 |
| Binary | 10000 | 110001 | 1101011 | 1010101 | 110110 | 0 | 111010 | 11011010 | 1001010 | 11000 |
Color Harmonies of #10316B
Complementary color
Monochromatic Colors of #10316B
Black with #10316B
Text Example
Text Example
White with #10316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10316B; }
p { color: rgb(16,49,107); }
H1.HeaderClassName
{
color: #10316B;
}
.AnyTagClassName
{
color: #10316B;
}
</style>
background-color css
<style>
a { background-color: #10316B; }
a { background-color: rgb(16,49,107); }
div.DivClassName
{
background-color: #10316B;
}
.BgClassName
{
background-color: #10316B;
}
</style>
border-color css
<style>
span { border-color: #10316B; }
span { border-color: rgb(16,49,107); }
td.TdClassName
{
border-color: #10316B;
}
.TagClassName
{
border-color: #10316B;
}
</style>