Shades of Sapphire #16337B
Tints of Sapphire #16337B
RGB
CMYK
RGB Variations
Color information
#16337B (or 0x16337B) is known color: Sapphire. HEX triplet: 16, 33 and 7B. RGB value is (22,51,123). Sum of RGB (Red+Green+Blue) = 22+51+123=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #16337B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16337B is #E9CC84. Grayscale: #323232. Windows color (decimal): -15322245 or 8074006. OLE color: 8074006.
HSL color Cylindrical-coordinate representation of color #16337B: hue angle of 222.77º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16337B is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 51 | 123 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.52 |
| HSL | 222.77º | 0.7% | 0.28% | - |
| HSV(B) | 222.77º | 0.82% | 0.48% | - |
| XYZ | 5.09 | 3.97 | 19.24 | - |
| YUV | 50.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 123 | 0.82 | 0.59 | 0 | 0.52 | 222.77 | 0.7 | 0.28 |
| Hex | 16 | 33 | 7B | 52 | 3B | 0 | 34 | DF | 46 | 1C |
| Octal | 26 | 63 | 173 | 122 | 73 | 0 | 64 | 337 | 106 | 34 |
| Binary | 10110 | 110011 | 1111011 | 1010010 | 111011 | 0 | 110100 | 11011111 | 1000110 | 11100 |
Color Harmonies of #16337B
Complementary color
Monochromatic Colors of #16337B
Black with #16337B
Text Example
Text Example
White with #16337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16337B; }
p { color: rgb(22,51,123); }
H1.HeaderClassName
{
color: #16337B;
}
.AnyTagClassName
{
color: #16337B;
}
</style>
background-color css
<style>
a { background-color: #16337B; }
a { background-color: rgb(22,51,123); }
div.DivClassName
{
background-color: #16337B;
}
.BgClassName
{
background-color: #16337B;
}
</style>
border-color css
<style>
span { border-color: #16337B; }
span { border-color: rgb(22,51,123); }
td.TdClassName
{
border-color: #16337B;
}
.TagClassName
{
border-color: #16337B;
}
</style>