Shades of Sapphire #10316F
Tints of Sapphire #10316F
RGB
CMYK
RGB Variations
Color information
#10316F (or 0x10316F) is known color: Sapphire. HEX triplet: 10, 31 and 6F. RGB value is (16,49,111). Sum of RGB (Red+Green+Blue) = 16+49+111=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #10316F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10316F is #EFCE90. Grayscale: #2D2D2D. Windows color (decimal): -15715985 or 7287056. OLE color: 7287056.
HSL color Cylindrical-coordinate representation of color #10316F: hue angle of 219.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10316F is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 49 | 111 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.56 |
| HSL | 219.16º | 0.75% | 0.25% | - |
| HSV(B) | 219.16º | 0.86% | 0.44% | - |
| XYZ | 4.18 | 3.45 | 15.49 | - |
| YUV | 46.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 111 | 0.86 | 0.56 | 0 | 0.56 | 219.16 | 0.75 | 0.25 |
| Hex | 10 | 31 | 6F | 56 | 38 | 0 | 38 | DB | 4B | 19 |
| Octal | 20 | 61 | 157 | 126 | 70 | 0 | 70 | 333 | 113 | 31 |
| Binary | 10000 | 110001 | 1101111 | 1010110 | 111000 | 0 | 111000 | 11011011 | 1001011 | 11001 |
Color Harmonies of #10316F
Complementary color
Monochromatic Colors of #10316F
Black with #10316F
Text Example
Text Example
White with #10316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10316F; }
p { color: rgb(16,49,111); }
H1.HeaderClassName
{
color: #10316F;
}
.AnyTagClassName
{
color: #10316F;
}
</style>
background-color css
<style>
a { background-color: #10316F; }
a { background-color: rgb(16,49,111); }
div.DivClassName
{
background-color: #10316F;
}
.BgClassName
{
background-color: #10316F;
}
</style>
border-color css
<style>
span { border-color: #10316F; }
span { border-color: rgb(16,49,111); }
td.TdClassName
{
border-color: #10316F;
}
.TagClassName
{
border-color: #10316F;
}
</style>