Shades of Sapphire #102067
Tints of Sapphire #102067
RGB
CMYK
RGB Variations
Color information
#102067 (or 0x102067) is known color: Sapphire. HEX triplet: 10, 20 and 67. RGB value is (16,32,103). Sum of RGB (Red+Green+Blue) = 16+32+103=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 103 (40.62% from 255 or 68.21% from 151); Max value from RGB is 103 - color contains mainly: blue. Hex color #102067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102067 is #EFDF98. Grayscale: #232323. Windows color (decimal): -15720345 or 6758416. OLE color: 6758416.
HSL color Cylindrical-coordinate representation of color #102067: hue angle of 228.97º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102067 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 32 | 103 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.60 |
| HSL | 228.97º | 0.73% | 0.23% | - |
| HSV(B) | 228.97º | 0.84% | 0.4% | - |
| XYZ | 3.18 | 2.12 | 13.07 | - |
| YUV | 35.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 103 | 0.84 | 0.69 | 0 | 0.60 | 228.97 | 0.73 | 0.23 |
| Hex | 10 | 20 | 67 | 54 | 45 | 0 | 3C | E5 | 49 | 17 |
| Octal | 20 | 40 | 147 | 124 | 105 | 0 | 74 | 345 | 111 | 27 |
| Binary | 10000 | 100000 | 1100111 | 1010100 | 1000101 | 0 | 111100 | 11100101 | 1001001 | 10111 |
Color Harmonies of #102067
Complementary color
Monochromatic Colors of #102067
Black with #102067
Text Example
Text Example
White with #102067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102067; }
p { color: rgb(16,32,103); }
H1.HeaderClassName
{
color: #102067;
}
.AnyTagClassName
{
color: #102067;
}
</style>
background-color css
<style>
a { background-color: #102067; }
a { background-color: rgb(16,32,103); }
div.DivClassName
{
background-color: #102067;
}
.BgClassName
{
background-color: #102067;
}
</style>
border-color css
<style>
span { border-color: #102067; }
span { border-color: rgb(16,32,103); }
td.TdClassName
{
border-color: #102067;
}
.TagClassName
{
border-color: #102067;
}
</style>