Shades of Sapphire #102066
Tints of Sapphire #102066
RGB
CMYK
RGB Variations
Color information
#102066 (or 0x102066) is known color: Sapphire. HEX triplet: 10, 20 and 66. RGB value is (16,32,102). Sum of RGB (Red+Green+Blue) = 16+32+102=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #102066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102066 is #EFDF99. Grayscale: #222222. Windows color (decimal): -15720346 or 6692880. OLE color: 6692880.
HSL color Cylindrical-coordinate representation of color #102066: hue angle of 228.84º 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 #102066 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 32 | 102 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.6 |
| HSL | 228.84º | 0.73% | 0.23% | - |
| HSV(B) | 228.84º | 0.84% | 0.4% | - |
| XYZ | 3.13 | 2.1 | 12.81 | - |
| YUV | 35.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 102 | 0.84 | 0.69 | 0 | 0.6 | 228.84 | 0.73 | 0.23 |
| Hex | 10 | 20 | 66 | 54 | 45 | 0 | 3C | E5 | 49 | 17 |
| Octal | 20 | 40 | 146 | 124 | 105 | 0 | 74 | 345 | 111 | 27 |
| Binary | 10000 | 100000 | 1100110 | 1010100 | 1000101 | 0 | 111100 | 11100101 | 1001001 | 10111 |
Color Harmonies of #102066
Complementary color
Monochromatic Colors of #102066
Black with #102066
Text Example
Text Example
White with #102066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102066; }
p { color: rgb(16,32,102); }
H1.HeaderClassName
{
color: #102066;
}
.AnyTagClassName
{
color: #102066;
}
</style>
background-color css
<style>
a { background-color: #102066; }
a { background-color: rgb(16,32,102); }
div.DivClassName
{
background-color: #102066;
}
.BgClassName
{
background-color: #102066;
}
</style>
border-color css
<style>
span { border-color: #102066; }
span { border-color: rgb(16,32,102); }
td.TdClassName
{
border-color: #102066;
}
.TagClassName
{
border-color: #102066;
}
</style>