Shades of Blue Whale #163046
Tints of Blue Whale #163046
RGB
CMYK
RGB Variations
Color information
#163046 (or 0x163046) is known color: Blue Whale. HEX triplet: 16, 30 and 46. RGB value is (22,48,70). Sum of RGB (Red+Green+Blue) = 22+48+70=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #163046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163046 is #E9CFB9. Grayscale: #2A2A2A. Windows color (decimal): -15323066 or 4599830. OLE color: 4599830.
HSL color Cylindrical-coordinate representation of color #163046: hue angle of 207.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163046 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 48 | 70 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.73 |
| HSL | 207.5º | 0.52% | 0.18% | - |
| HSV(B) | 207.5º | 0.69% | 0.27% | - |
| XYZ | 2.49 | 2.73 | 6.19 | - |
| YUV | 42.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 70 | 0.69 | 0.31 | 0 | 0.73 | 207.5 | 0.52 | 0.18 |
| Hex | 16 | 30 | 46 | 45 | 1F | 0 | 49 | D0 | 34 | 12 |
| Octal | 26 | 60 | 106 | 105 | 37 | 0 | 111 | 320 | 64 | 22 |
| Binary | 10110 | 110000 | 1000110 | 1000101 | 11111 | 0 | 1001001 | 11010000 | 110100 | 10010 |
Color Harmonies of #163046
Complementary color
Monochromatic Colors of #163046
Black with #163046
Text Example
Text Example
White with #163046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163046; }
p { color: rgb(22,48,70); }
H1.HeaderClassName
{
color: #163046;
}
.AnyTagClassName
{
color: #163046;
}
</style>
background-color css
<style>
a { background-color: #163046; }
a { background-color: rgb(22,48,70); }
div.DivClassName
{
background-color: #163046;
}
.BgClassName
{
background-color: #163046;
}
</style>
border-color css
<style>
span { border-color: #163046; }
span { border-color: rgb(22,48,70); }
td.TdClassName
{
border-color: #163046;
}
.TagClassName
{
border-color: #163046;
}
</style>