Shades of Sapphire #102778
Tints of Sapphire #102778
RGB
CMYK
RGB Variations
Color information
#102778 (or 0x102778) is known color: Sapphire. HEX triplet: 10, 27 and 78. RGB value is (16,39,120). Sum of RGB (Red+Green+Blue) = 16+39+120=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #102778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102778 is #EFD887. Grayscale: #292929. Windows color (decimal): -15718536 or 7874320. OLE color: 7874320.
HSL color Cylindrical-coordinate representation of color #102778: hue angle of 226.73º 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 #102778 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 39 | 120 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.53 |
| HSL | 226.73º | 0.76% | 0.27% | - |
| HSV(B) | 226.73º | 0.87% | 0.47% | - |
| XYZ | 4.33 | 2.92 | 18.1 | - |
| YUV | 41.36 | 172.38 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 120 | 0.87 | 0.67 | 0 | 0.53 | 226.73 | 0.76 | 0.27 |
| Hex | 10 | 27 | 78 | 57 | 43 | 0 | 35 | E3 | 4C | 1B |
| Octal | 20 | 47 | 170 | 127 | 103 | 0 | 65 | 343 | 114 | 33 |
| Binary | 10000 | 100111 | 1111000 | 1010111 | 1000011 | 0 | 110101 | 11100011 | 1001100 | 11011 |
Color Harmonies of #102778
Complementary color
Monochromatic Colors of #102778
Black with #102778
Text Example
Text Example
White with #102778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102778; }
p { color: rgb(16,39,120); }
H1.HeaderClassName
{
color: #102778;
}
.AnyTagClassName
{
color: #102778;
}
</style>
background-color css
<style>
a { background-color: #102778; }
a { background-color: rgb(16,39,120); }
div.DivClassName
{
background-color: #102778;
}
.BgClassName
{
background-color: #102778;
}
</style>
border-color css
<style>
span { border-color: #102778; }
span { border-color: rgb(16,39,120); }
td.TdClassName
{
border-color: #102778;
}
.TagClassName
{
border-color: #102778;
}
</style>