Shades of Sapphire #16336C
Tints of Sapphire #16336C
RGB
CMYK
RGB Variations
Color information
#16336C (or 0x16336C) is known color: Sapphire. HEX triplet: 16, 33 and 6C. RGB value is (22,51,108). Sum of RGB (Red+Green+Blue) = 22+51+108=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #16336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16336C is #E9CC93. Grayscale: #303030. Windows color (decimal): -15322260 or 7090966. OLE color: 7090966.
HSL color Cylindrical-coordinate representation of color #16336C: hue angle of 219.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16336C is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 51 | 108 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.58 |
| HSL | 219.77º | 0.66% | 0.25% | - |
| HSV(B) | 219.77º | 0.8% | 0.42% | - |
| XYZ | 4.22 | 3.62 | 14.66 | - |
| YUV | 48.83 | 161.39 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 108 | 0.80 | 0.53 | 0 | 0.58 | 219.77 | 0.66 | 0.25 |
| Hex | 16 | 33 | 6C | 50 | 35 | 0 | 3A | DC | 42 | 19 |
| Octal | 26 | 63 | 154 | 120 | 65 | 0 | 72 | 334 | 102 | 31 |
| Binary | 10110 | 110011 | 1101100 | 1010000 | 110101 | 0 | 111010 | 11011100 | 1000010 | 11001 |
Color Harmonies of #16336C
Complementary color
Monochromatic Colors of #16336C
Black with #16336C
Text Example
Text Example
White with #16336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16336C; }
p { color: rgb(22,51,108); }
H1.HeaderClassName
{
color: #16336C;
}
.AnyTagClassName
{
color: #16336C;
}
</style>
background-color css
<style>
a { background-color: #16336C; }
a { background-color: rgb(22,51,108); }
div.DivClassName
{
background-color: #16336C;
}
.BgClassName
{
background-color: #16336C;
}
</style>
border-color css
<style>
span { border-color: #16336C; }
span { border-color: rgb(22,51,108); }
td.TdClassName
{
border-color: #16336C;
}
.TagClassName
{
border-color: #16336C;
}
</style>