Shades of Sapphire #103077
Tints of Sapphire #103077
RGB
CMYK
RGB Variations
Color information
#103077 (or 0x103077) is known color: Sapphire. HEX triplet: 10, 30 and 77. RGB value is (16,48,119). Sum of RGB (Red+Green+Blue) = 16+48+119=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #103077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103077 is #EFCF88. Grayscale: #2E2E2E. Windows color (decimal): -15716233 or 7811088. OLE color: 7811088.
HSL color Cylindrical-coordinate representation of color #103077: hue angle of 221.36º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103077 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 48 | 119 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.53 |
| HSL | 221.36º | 0.76% | 0.26% | - |
| HSV(B) | 221.36º | 0.87% | 0.47% | - |
| XYZ | 4.6 | 3.56 | 17.9 | - |
| YUV | 46.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 119 | 0.87 | 0.60 | 0 | 0.53 | 221.36 | 0.76 | 0.26 |
| Hex | 10 | 30 | 77 | 57 | 3C | 0 | 35 | DD | 4C | 1A |
| Octal | 20 | 60 | 167 | 127 | 74 | 0 | 65 | 335 | 114 | 32 |
| Binary | 10000 | 110000 | 1110111 | 1010111 | 111100 | 0 | 110101 | 11011101 | 1001100 | 11010 |
Color Harmonies of #103077
Complementary color
Monochromatic Colors of #103077
Black with #103077
Text Example
Text Example
White with #103077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103077; }
p { color: rgb(16,48,119); }
H1.HeaderClassName
{
color: #103077;
}
.AnyTagClassName
{
color: #103077;
}
</style>
background-color css
<style>
a { background-color: #103077; }
a { background-color: rgb(16,48,119); }
div.DivClassName
{
background-color: #103077;
}
.BgClassName
{
background-color: #103077;
}
</style>
border-color css
<style>
span { border-color: #103077; }
span { border-color: rgb(16,48,119); }
td.TdClassName
{
border-color: #103077;
}
.TagClassName
{
border-color: #103077;
}
</style>