Shades of Sapphire #10266E
Tints of Sapphire #10266E
RGB
CMYK
RGB Variations
Color information
#10266E (or 0x10266E) is known color: Sapphire. HEX triplet: 10, 26 and 6E. RGB value is (16,38,110). Sum of RGB (Red+Green+Blue) = 16+38+110=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #10266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10266E is #EFD991. Grayscale: #272727. Windows color (decimal): -15718802 or 7218704. OLE color: 7218704.
HSL color Cylindrical-coordinate representation of color #10266E: hue angle of 225.96º degrees, saturation: 0.75, 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 #10266E is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 38 | 110 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.57 |
| HSL | 225.96º | 0.75% | 0.25% | - |
| HSV(B) | 225.96º | 0.85% | 0.43% | - |
| XYZ | 3.72 | 2.62 | 15.06 | - |
| YUV | 39.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 110 | 0.85 | 0.65 | 0 | 0.57 | 225.96 | 0.75 | 0.25 |
| Hex | 10 | 26 | 6E | 55 | 41 | 0 | 39 | E2 | 4B | 19 |
| Octal | 20 | 46 | 156 | 125 | 101 | 0 | 71 | 342 | 113 | 31 |
| Binary | 10000 | 100110 | 1101110 | 1010101 | 1000001 | 0 | 111001 | 11100010 | 1001011 | 11001 |
Color Harmonies of #10266E
Complementary color
Monochromatic Colors of #10266E
Black with #10266E
Text Example
Text Example
White with #10266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10266E; }
p { color: rgb(16,38,110); }
H1.HeaderClassName
{
color: #10266E;
}
.AnyTagClassName
{
color: #10266E;
}
</style>
background-color css
<style>
a { background-color: #10266E; }
a { background-color: rgb(16,38,110); }
div.DivClassName
{
background-color: #10266E;
}
.BgClassName
{
background-color: #10266E;
}
</style>
border-color css
<style>
span { border-color: #10266E; }
span { border-color: rgb(16,38,110); }
td.TdClassName
{
border-color: #10266E;
}
.TagClassName
{
border-color: #10266E;
}
</style>