Shades of Sapphire #163067
Tints of Sapphire #163067
RGB
CMYK
RGB Variations
Color information
#163067 (or 0x163067) is known color: Sapphire. HEX triplet: 16, 30 and 67. RGB value is (22,48,103). Sum of RGB (Red+Green+Blue) = 22+48+103=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #163067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163067 is #E9CF98. Grayscale: #2E2E2E. Windows color (decimal): -15323033 or 6762518. OLE color: 6762518.
HSL color Cylindrical-coordinate representation of color #163067: hue angle of 220.74º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163067 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 48 | 103 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.60 |
| HSL | 220.74º | 0.65% | 0.25% | - |
| HSV(B) | 220.74º | 0.79% | 0.4% | - |
| XYZ | 3.84 | 3.26 | 13.26 | - |
| YUV | 46.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 103 | 0.79 | 0.53 | 0 | 0.60 | 220.74 | 0.65 | 0.25 |
| Hex | 16 | 30 | 67 | 4F | 35 | 0 | 3C | DD | 41 | 19 |
| Octal | 26 | 60 | 147 | 117 | 65 | 0 | 74 | 335 | 101 | 31 |
| Binary | 10110 | 110000 | 1100111 | 1001111 | 110101 | 0 | 111100 | 11011101 | 1000001 | 11001 |
Color Harmonies of #163067
Complementary color
Monochromatic Colors of #163067
Black with #163067
Text Example
Text Example
White with #163067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163067; }
p { color: rgb(22,48,103); }
H1.HeaderClassName
{
color: #163067;
}
.AnyTagClassName
{
color: #163067;
}
</style>
background-color css
<style>
a { background-color: #163067; }
a { background-color: rgb(22,48,103); }
div.DivClassName
{
background-color: #163067;
}
.BgClassName
{
background-color: #163067;
}
</style>
border-color css
<style>
span { border-color: #163067; }
span { border-color: rgb(22,48,103); }
td.TdClassName
{
border-color: #163067;
}
.TagClassName
{
border-color: #163067;
}
</style>