Shades of Sapphire #102378
Tints of Sapphire #102378
RGB
CMYK
RGB Variations
Color information
#102378 (or 0x102378) is known color: Sapphire. HEX triplet: 10, 23 and 78. RGB value is (16,35,120). Sum of RGB (Red+Green+Blue) = 16+35+120=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #102378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102378 is #EFDC87. Grayscale: #262626. Windows color (decimal): -15719560 or 7873296. OLE color: 7873296.
HSL color Cylindrical-coordinate representation of color #102378: hue angle of 229.04º 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 #102378 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 35 | 120 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.53 |
| HSL | 229.04º | 0.76% | 0.27% | - |
| HSV(B) | 229.04º | 0.87% | 0.47% | - |
| XYZ | 4.2 | 2.67 | 18.06 | - |
| YUV | 39.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 120 | 0.87 | 0.71 | 0 | 0.53 | 229.04 | 0.76 | 0.27 |
| Hex | 10 | 23 | 78 | 57 | 47 | 0 | 35 | E5 | 4C | 1B |
| Octal | 20 | 43 | 170 | 127 | 107 | 0 | 65 | 345 | 114 | 33 |
| Binary | 10000 | 100011 | 1111000 | 1010111 | 1000111 | 0 | 110101 | 11100101 | 1001100 | 11011 |
Color Harmonies of #102378
Complementary color
Monochromatic Colors of #102378
Black with #102378
Text Example
Text Example
White with #102378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102378; }
p { color: rgb(16,35,120); }
H1.HeaderClassName
{
color: #102378;
}
.AnyTagClassName
{
color: #102378;
}
</style>
background-color css
<style>
a { background-color: #102378; }
a { background-color: rgb(16,35,120); }
div.DivClassName
{
background-color: #102378;
}
.BgClassName
{
background-color: #102378;
}
</style>
border-color css
<style>
span { border-color: #102378; }
span { border-color: rgb(16,35,120); }
td.TdClassName
{
border-color: #102378;
}
.TagClassName
{
border-color: #102378;
}
</style>