Shades of Sapphire #103478
Tints of Sapphire #103478
RGB
CMYK
RGB Variations
Color information
#103478 (or 0x103478) is known color: Sapphire. HEX triplet: 10, 34 and 78. RGB value is (16,52,120). Sum of RGB (Red+Green+Blue) = 16+52+120=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #103478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103478 is #EFCB87. Grayscale: #303030. Windows color (decimal): -15715208 or 7877648. OLE color: 7877648.
HSL color Cylindrical-coordinate representation of color #103478: hue angle of 219.23º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103478 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 52 | 120 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.53 |
| HSL | 219.23º | 0.76% | 0.27% | - |
| HSV(B) | 219.23º | 0.87% | 0.47% | - |
| XYZ | 4.83 | 3.92 | 18.27 | - |
| YUV | 48.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 120 | 0.87 | 0.57 | 0 | 0.53 | 219.23 | 0.76 | 0.27 |
| Hex | 10 | 34 | 78 | 57 | 39 | 0 | 35 | DB | 4C | 1B |
| Octal | 20 | 64 | 170 | 127 | 71 | 0 | 65 | 333 | 114 | 33 |
| Binary | 10000 | 110100 | 1111000 | 1010111 | 111001 | 0 | 110101 | 11011011 | 1001100 | 11011 |
Color Harmonies of #103478
Complementary color
Monochromatic Colors of #103478
Black with #103478
Text Example
Text Example
White with #103478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103478; }
p { color: rgb(16,52,120); }
H1.HeaderClassName
{
color: #103478;
}
.AnyTagClassName
{
color: #103478;
}
</style>
background-color css
<style>
a { background-color: #103478; }
a { background-color: rgb(16,52,120); }
div.DivClassName
{
background-color: #103478;
}
.BgClassName
{
background-color: #103478;
}
</style>
border-color css
<style>
span { border-color: #103478; }
span { border-color: rgb(16,52,120); }
td.TdClassName
{
border-color: #103478;
}
.TagClassName
{
border-color: #103478;
}
</style>