Shades of Sapphire #16266F
Tints of Sapphire #16266F
RGB
CMYK
RGB Variations
Color information
#16266F (or 0x16266F) is known color: Sapphire. HEX triplet: 16, 26 and 6F. RGB value is (22,38,111). Sum of RGB (Red+Green+Blue) = 22+38+111=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #16266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16266F is #E9D990. Grayscale: #292929. Windows color (decimal): -15325585 or 7284246. OLE color: 7284246.
HSL color Cylindrical-coordinate representation of color #16266F: hue angle of 229.21º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16266F is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 38 | 111 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.56 |
| HSL | 229.21º | 0.67% | 0.26% | - |
| HSV(B) | 229.21º | 0.8% | 0.44% | - |
| XYZ | 3.89 | 2.7 | 15.36 | - |
| YUV | 41.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 111 | 0.80 | 0.66 | 0 | 0.56 | 229.21 | 0.67 | 0.26 |
| Hex | 16 | 26 | 6F | 50 | 42 | 0 | 38 | E5 | 43 | 1A |
| Octal | 26 | 46 | 157 | 120 | 102 | 0 | 70 | 345 | 103 | 32 |
| Binary | 10110 | 100110 | 1101111 | 1010000 | 1000010 | 0 | 111000 | 11100101 | 1000011 | 11010 |
Color Harmonies of #16266F
Complementary color
Monochromatic Colors of #16266F
Black with #16266F
Text Example
Text Example
White with #16266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16266F; }
p { color: rgb(22,38,111); }
H1.HeaderClassName
{
color: #16266F;
}
.AnyTagClassName
{
color: #16266F;
}
</style>
background-color css
<style>
a { background-color: #16266F; }
a { background-color: rgb(22,38,111); }
div.DivClassName
{
background-color: #16266F;
}
.BgClassName
{
background-color: #16266F;
}
</style>
border-color css
<style>
span { border-color: #16266F; }
span { border-color: rgb(22,38,111); }
td.TdClassName
{
border-color: #16266F;
}
.TagClassName
{
border-color: #16266F;
}
</style>