Shades of Blue Whale #163049
Tints of Blue Whale #163049
RGB
CMYK
RGB Variations
Color information
#163049 (or 0x163049) is known color: Blue Whale. HEX triplet: 16, 30 and 49. RGB value is (22,48,73). Sum of RGB (Red+Green+Blue) = 22+48+73=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #163049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163049 is #E9CFB6. Grayscale: #2A2A2A. Windows color (decimal): -15323063 or 4796438. OLE color: 4796438.
HSL color Cylindrical-coordinate representation of color #163049: hue angle of 209.41º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163049 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 48 | 73 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.71 |
| HSL | 209.41º | 0.54% | 0.19% | - |
| HSV(B) | 209.41º | 0.7% | 0.29% | - |
| XYZ | 2.59 | 2.77 | 6.7 | - |
| YUV | 43.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 73 | 0.70 | 0.34 | 0 | 0.71 | 209.41 | 0.54 | 0.19 |
| Hex | 16 | 30 | 49 | 46 | 22 | 0 | 47 | D1 | 36 | 13 |
| Octal | 26 | 60 | 111 | 106 | 42 | 0 | 107 | 321 | 66 | 23 |
| Binary | 10110 | 110000 | 1001001 | 1000110 | 100010 | 0 | 1000111 | 11010001 | 110110 | 10011 |
Color Harmonies of #163049
Complementary color
Monochromatic Colors of #163049
Black with #163049
Text Example
Text Example
White with #163049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163049; }
p { color: rgb(22,48,73); }
H1.HeaderClassName
{
color: #163049;
}
.AnyTagClassName
{
color: #163049;
}
</style>
background-color css
<style>
a { background-color: #163049; }
a { background-color: rgb(22,48,73); }
div.DivClassName
{
background-color: #163049;
}
.BgClassName
{
background-color: #163049;
}
</style>
border-color css
<style>
span { border-color: #163049; }
span { border-color: rgb(22,48,73); }
td.TdClassName
{
border-color: #163049;
}
.TagClassName
{
border-color: #163049;
}
</style>