Shades of Sapphire #10317B
Tints of Sapphire #10317B
RGB
CMYK
RGB Variations
Color information
#10317B (or 0x10317B) is known color: Sapphire. HEX triplet: 10, 31 and 7B. RGB value is (16,49,123). Sum of RGB (Red+Green+Blue) = 16+49+123=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #10317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10317B is #EFCE84. Grayscale: #2F2F2F. Windows color (decimal): -15715973 or 8073488. OLE color: 8073488.
HSL color Cylindrical-coordinate representation of color #10317B: hue angle of 221.5º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10317B is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 49 | 123 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.52 |
| HSL | 221.5º | 0.77% | 0.27% | - |
| HSV(B) | 221.5º | 0.87% | 0.48% | - |
| XYZ | 4.89 | 3.74 | 19.2 | - |
| YUV | 47.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 123 | 0.87 | 0.60 | 0 | 0.52 | 221.5 | 0.77 | 0.27 |
| Hex | 10 | 31 | 7B | 57 | 3C | 0 | 34 | DD | 4D | 1B |
| Octal | 20 | 61 | 173 | 127 | 74 | 0 | 64 | 335 | 115 | 33 |
| Binary | 10000 | 110001 | 1111011 | 1010111 | 111100 | 0 | 110100 | 11011101 | 1001101 | 11011 |
Color Harmonies of #10317B
Complementary color
Monochromatic Colors of #10317B
Black with #10317B
Text Example
Text Example
White with #10317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10317B; }
p { color: rgb(16,49,123); }
H1.HeaderClassName
{
color: #10317B;
}
.AnyTagClassName
{
color: #10317B;
}
</style>
background-color css
<style>
a { background-color: #10317B; }
a { background-color: rgb(16,49,123); }
div.DivClassName
{
background-color: #10317B;
}
.BgClassName
{
background-color: #10317B;
}
</style>
border-color css
<style>
span { border-color: #10317B; }
span { border-color: rgb(16,49,123); }
td.TdClassName
{
border-color: #10317B;
}
.TagClassName
{
border-color: #10317B;
}
</style>