Shades of Sapphire #103266
Tints of Sapphire #103266
RGB
CMYK
RGB Variations
Color information
#103266 (or 0x103266) is known color: Sapphire. HEX triplet: 10, 32 and 66. RGB value is (16,50,102). Sum of RGB (Red+Green+Blue) = 16+50+102=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #103266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103266 is #EFCD99. Grayscale: #2D2D2D. Windows color (decimal): -15715738 or 6697488. OLE color: 6697488.
HSL color Cylindrical-coordinate representation of color #103266: hue angle of 216.28º 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 #103266 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 50 | 102 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.6 |
| HSL | 216.28º | 0.73% | 0.23% | - |
| HSV(B) | 216.28º | 0.84% | 0.4% | - |
| XYZ | 3.75 | 3.35 | 13.02 | - |
| YUV | 45.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 102 | 0.84 | 0.51 | 0 | 0.6 | 216.28 | 0.73 | 0.23 |
| Hex | 10 | 32 | 66 | 54 | 33 | 0 | 3C | D8 | 49 | 17 |
| Octal | 20 | 62 | 146 | 124 | 63 | 0 | 74 | 330 | 111 | 27 |
| Binary | 10000 | 110010 | 1100110 | 1010100 | 110011 | 0 | 111100 | 11011000 | 1001001 | 10111 |
Color Harmonies of #103266
Complementary color
Monochromatic Colors of #103266
Black with #103266
Text Example
Text Example
White with #103266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103266; }
p { color: rgb(16,50,102); }
H1.HeaderClassName
{
color: #103266;
}
.AnyTagClassName
{
color: #103266;
}
</style>
background-color css
<style>
a { background-color: #103266; }
a { background-color: rgb(16,50,102); }
div.DivClassName
{
background-color: #103266;
}
.BgClassName
{
background-color: #103266;
}
</style>
border-color css
<style>
span { border-color: #103266; }
span { border-color: rgb(16,50,102); }
td.TdClassName
{
border-color: #103266;
}
.TagClassName
{
border-color: #103266;
}
</style>