Shades of Sapphire #16225C
Tints of Sapphire #16225C
RGB
CMYK
RGB Variations
Color information
#16225C (or 0x16225C) is known color: Sapphire. HEX triplet: 16, 22 and 5C. RGB value is (22,34,92). Sum of RGB (Red+Green+Blue) = 22+34+92=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #16225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16225C is #E9DDA3. Grayscale: #242424. Windows color (decimal): -15326628 or 6038038. OLE color: 6038038.
HSL color Cylindrical-coordinate representation of color #16225C: hue angle of 229.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16225C is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 34 | 92 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.64 |
| HSL | 229.71º | 0.61% | 0.22% | - |
| HSV(B) | 229.71º | 0.76% | 0.36% | - |
| XYZ | 2.83 | 2.09 | 10.38 | - |
| YUV | 37.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 92 | 0.76 | 0.63 | 0 | 0.64 | 229.71 | 0.61 | 0.22 |
| Hex | 16 | 22 | 5C | 4C | 3F | 0 | 40 | E6 | 3D | 16 |
| Octal | 26 | 42 | 134 | 114 | 77 | 0 | 100 | 346 | 75 | 26 |
| Binary | 10110 | 100010 | 1011100 | 1001100 | 111111 | 0 | 1000000 | 11100110 | 111101 | 10110 |
Color Harmonies of #16225C
Complementary color
Monochromatic Colors of #16225C
Black with #16225C
Text Example
Text Example
White with #16225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16225C; }
p { color: rgb(22,34,92); }
H1.HeaderClassName
{
color: #16225C;
}
.AnyTagClassName
{
color: #16225C;
}
</style>
background-color css
<style>
a { background-color: #16225C; }
a { background-color: rgb(22,34,92); }
div.DivClassName
{
background-color: #16225C;
}
.BgClassName
{
background-color: #16225C;
}
</style>
border-color css
<style>
span { border-color: #16225C; }
span { border-color: rgb(22,34,92); }
td.TdClassName
{
border-color: #16225C;
}
.TagClassName
{
border-color: #16225C;
}
</style>