Shades of Blue Whale #163548
Tints of Blue Whale #163548
RGB
CMYK
RGB Variations
Color information
#163548 (or 0x163548) is known color: Blue Whale. HEX triplet: 16, 35 and 48. RGB value is (22,53,72). Sum of RGB (Red+Green+Blue) = 22+53+72=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #163548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163548 is #E9CAB7. Grayscale: #2D2D2D. Windows color (decimal): -15321784 or 4732182. OLE color: 4732182.
HSL color Cylindrical-coordinate representation of color #163548: hue angle of 202.8º 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 #163548 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 53 | 72 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.72 |
| HSL | 202.8º | 0.53% | 0.18% | - |
| HSV(B) | 202.8º | 0.69% | 0.28% | - |
| XYZ | 2.77 | 3.18 | 6.6 | - |
| YUV | 45.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 72 | 0.69 | 0.26 | 0 | 0.72 | 202.8 | 0.53 | 0.18 |
| Hex | 16 | 35 | 48 | 45 | 1A | 0 | 48 | CB | 35 | 12 |
| Octal | 26 | 65 | 110 | 105 | 32 | 0 | 110 | 313 | 65 | 22 |
| Binary | 10110 | 110101 | 1001000 | 1000101 | 11010 | 0 | 1001000 | 11001011 | 110101 | 10010 |
Color Harmonies of #163548
Complementary color
Monochromatic Colors of #163548
Black with #163548
Text Example
Text Example
White with #163548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163548; }
p { color: rgb(22,53,72); }
H1.HeaderClassName
{
color: #163548;
}
.AnyTagClassName
{
color: #163548;
}
</style>
background-color css
<style>
a { background-color: #163548; }
a { background-color: rgb(22,53,72); }
div.DivClassName
{
background-color: #163548;
}
.BgClassName
{
background-color: #163548;
}
</style>
border-color css
<style>
span { border-color: #163548; }
span { border-color: rgb(22,53,72); }
td.TdClassName
{
border-color: #163548;
}
.TagClassName
{
border-color: #163548;
}
</style>