Shades of Sapphire #102967
Tints of Sapphire #102967
RGB
CMYK
RGB Variations
Color information
#102967 (or 0x102967) is known color: Sapphire. HEX triplet: 10, 29 and 67. RGB value is (16,41,103). Sum of RGB (Red+Green+Blue) = 16+41+103=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #102967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102967 is #EFD698. Grayscale: #282828. Windows color (decimal): -15718041 or 6760720. OLE color: 6760720.
HSL color Cylindrical-coordinate representation of color #102967: hue angle of 222.76º 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 #102967 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 41 | 103 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.60 |
| HSL | 222.76º | 0.73% | 0.23% | - |
| HSV(B) | 222.76º | 0.84% | 0.4% | - |
| XYZ | 3.45 | 2.68 | 13.17 | - |
| YUV | 40.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 103 | 0.84 | 0.60 | 0 | 0.60 | 222.76 | 0.73 | 0.23 |
| Hex | 10 | 29 | 67 | 54 | 3C | 0 | 3C | DF | 49 | 17 |
| Octal | 20 | 51 | 147 | 124 | 74 | 0 | 74 | 337 | 111 | 27 |
| Binary | 10000 | 101001 | 1100111 | 1010100 | 111100 | 0 | 111100 | 11011111 | 1001001 | 10111 |
Color Harmonies of #102967
Complementary color
Monochromatic Colors of #102967
Black with #102967
Text Example
Text Example
White with #102967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102967; }
p { color: rgb(16,41,103); }
H1.HeaderClassName
{
color: #102967;
}
.AnyTagClassName
{
color: #102967;
}
</style>
background-color css
<style>
a { background-color: #102967; }
a { background-color: rgb(16,41,103); }
div.DivClassName
{
background-color: #102967;
}
.BgClassName
{
background-color: #102967;
}
</style>
border-color css
<style>
span { border-color: #102967; }
span { border-color: rgb(16,41,103); }
td.TdClassName
{
border-color: #102967;
}
.TagClassName
{
border-color: #102967;
}
</style>