Shades of Sapphire #10316E
Tints of Sapphire #10316E
RGB
CMYK
RGB Variations
Color information
#10316E (or 0x10316E) is known color: Sapphire. HEX triplet: 10, 31 and 6E. RGB value is (16,49,110). Sum of RGB (Red+Green+Blue) = 16+49+110=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #10316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10316E is #EFCE91. Grayscale: #2D2D2D. Windows color (decimal): -15715986 or 7221520. OLE color: 7221520.
HSL color Cylindrical-coordinate representation of color #10316E: hue angle of 218.94º degrees, saturation: 0.75, 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 #10316E is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 49 | 110 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.57 |
| HSL | 218.94º | 0.75% | 0.25% | - |
| HSV(B) | 218.94º | 0.85% | 0.43% | - |
| XYZ | 4.13 | 3.43 | 15.2 | - |
| YUV | 46.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 110 | 0.85 | 0.55 | 0 | 0.57 | 218.94 | 0.75 | 0.25 |
| Hex | 10 | 31 | 6E | 55 | 37 | 0 | 39 | DB | 4B | 19 |
| Octal | 20 | 61 | 156 | 125 | 67 | 0 | 71 | 333 | 113 | 31 |
| Binary | 10000 | 110001 | 1101110 | 1010101 | 110111 | 0 | 111001 | 11011011 | 1001011 | 11001 |
Color Harmonies of #10316E
Complementary color
Monochromatic Colors of #10316E
Black with #10316E
Text Example
Text Example
White with #10316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10316E; }
p { color: rgb(16,49,110); }
H1.HeaderClassName
{
color: #10316E;
}
.AnyTagClassName
{
color: #10316E;
}
</style>
background-color css
<style>
a { background-color: #10316E; }
a { background-color: rgb(16,49,110); }
div.DivClassName
{
background-color: #10316E;
}
.BgClassName
{
background-color: #10316E;
}
</style>
border-color css
<style>
span { border-color: #10316E; }
span { border-color: rgb(16,49,110); }
td.TdClassName
{
border-color: #10316E;
}
.TagClassName
{
border-color: #10316E;
}
</style>