Shades of Sapphire #10226D
Tints of Sapphire #10226D
RGB
CMYK
RGB Variations
Color information
#10226D (or 0x10226D) is known color: Sapphire. HEX triplet: 10, 22 and 6D. RGB value is (16,34,109). Sum of RGB (Red+Green+Blue) = 16+34+109=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #10226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10226D is #EFDD92. Grayscale: #242424. Windows color (decimal): -15719827 or 7152144. OLE color: 7152144.
HSL color Cylindrical-coordinate representation of color #10226D: hue angle of 228.39º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10226D is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 34 | 109 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.57 |
| HSL | 228.39º | 0.74% | 0.25% | - |
| HSV(B) | 228.39º | 0.85% | 0.43% | - |
| XYZ | 3.55 | 2.36 | 14.74 | - |
| YUV | 37.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 109 | 0.85 | 0.69 | 0 | 0.57 | 228.39 | 0.74 | 0.25 |
| Hex | 10 | 22 | 6D | 55 | 45 | 0 | 39 | E4 | 4A | 19 |
| Octal | 20 | 42 | 155 | 125 | 105 | 0 | 71 | 344 | 112 | 31 |
| Binary | 10000 | 100010 | 1101101 | 1010101 | 1000101 | 0 | 111001 | 11100100 | 1001010 | 11001 |
Color Harmonies of #10226D
Complementary color
Monochromatic Colors of #10226D
Black with #10226D
Text Example
Text Example
White with #10226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10226D; }
p { color: rgb(16,34,109); }
H1.HeaderClassName
{
color: #10226D;
}
.AnyTagClassName
{
color: #10226D;
}
</style>
background-color css
<style>
a { background-color: #10226D; }
a { background-color: rgb(16,34,109); }
div.DivClassName
{
background-color: #10226D;
}
.BgClassName
{
background-color: #10226D;
}
</style>
border-color css
<style>
span { border-color: #10226D; }
span { border-color: rgb(16,34,109); }
td.TdClassName
{
border-color: #10226D;
}
.TagClassName
{
border-color: #10226D;
}
</style>