Shades of Blue Whale #163847
Tints of Blue Whale #163847
RGB
CMYK
RGB Variations
Color information
#163847 (or 0x163847) is known color: Blue Whale. HEX triplet: 16, 38 and 47. RGB value is (22,56,71). Sum of RGB (Red+Green+Blue) = 22+56+71=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #163847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163847 is #E9C7B8. Grayscale: #2F2F2F. Windows color (decimal): -15321017 or 4667414. OLE color: 4667414.
HSL color Cylindrical-coordinate representation of color #163847: hue angle of 198.37º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163847 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 56 | 71 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.72 |
| HSL | 198.37º | 0.53% | 0.18% | - |
| HSV(B) | 198.37º | 0.69% | 0.28% | - |
| XYZ | 2.88 | 3.45 | 6.48 | - |
| YUV | 47.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 71 | 0.69 | 0.21 | 0 | 0.72 | 198.37 | 0.53 | 0.18 |
| Hex | 16 | 38 | 47 | 45 | 15 | 0 | 48 | C6 | 35 | 12 |
| Octal | 26 | 70 | 107 | 105 | 25 | 0 | 110 | 306 | 65 | 22 |
| Binary | 10110 | 111000 | 1000111 | 1000101 | 10101 | 0 | 1001000 | 11000110 | 110101 | 10010 |
Color Harmonies of #163847
Complementary color
Monochromatic Colors of #163847
Black with #163847
Text Example
Text Example
White with #163847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163847; }
p { color: rgb(22,56,71); }
H1.HeaderClassName
{
color: #163847;
}
.AnyTagClassName
{
color: #163847;
}
</style>
background-color css
<style>
a { background-color: #163847; }
a { background-color: rgb(22,56,71); }
div.DivClassName
{
background-color: #163847;
}
.BgClassName
{
background-color: #163847;
}
</style>
border-color css
<style>
span { border-color: #163847; }
span { border-color: rgb(22,56,71); }
td.TdClassName
{
border-color: #163847;
}
.TagClassName
{
border-color: #163847;
}
</style>