Shades of Blue Whale #163A46
Tints of Blue Whale #163A46
RGB
CMYK
RGB Variations
Color information
#163A46 (or 0x163A46) is known color: Blue Whale. HEX triplet: 16, 3A and 46. RGB value is (22,58,70). Sum of RGB (Red+Green+Blue) = 22+58+70=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #163A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A46 is #E9C5B9. Grayscale: #303030. Windows color (decimal): -15320506 or 4602390. OLE color: 4602390.
HSL color Cylindrical-coordinate representation of color #163A46: hue angle of 195º 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 #163A46 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 58 | 70 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.73 |
| HSL | 195º | 0.52% | 0.18% | - |
| HSV(B) | 195º | 0.69% | 0.27% | - |
| XYZ | 2.95 | 3.64 | 6.34 | - |
| YUV | 48.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 70 | 0.69 | 0.17 | 0 | 0.73 | 195 | 0.52 | 0.18 |
| Hex | 16 | 3A | 46 | 45 | 11 | 0 | 49 | C3 | 34 | 12 |
| Octal | 26 | 72 | 106 | 105 | 21 | 0 | 111 | 303 | 64 | 22 |
| Binary | 10110 | 111010 | 1000110 | 1000101 | 10001 | 0 | 1001001 | 11000011 | 110100 | 10010 |
Color Harmonies of #163A46
Complementary color
Monochromatic Colors of #163A46
Black with #163A46
Text Example
Text Example
White with #163A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A46; }
p { color: rgb(22,58,70); }
H1.HeaderClassName
{
color: #163A46;
}
.AnyTagClassName
{
color: #163A46;
}
</style>
background-color css
<style>
a { background-color: #163A46; }
a { background-color: rgb(22,58,70); }
div.DivClassName
{
background-color: #163A46;
}
.BgClassName
{
background-color: #163A46;
}
</style>
border-color css
<style>
span { border-color: #163A46; }
span { border-color: rgb(22,58,70); }
td.TdClassName
{
border-color: #163A46;
}
.TagClassName
{
border-color: #163A46;
}
</style>