Shades of Blue Whale #163148
Tints of Blue Whale #163148
RGB
CMYK
RGB Variations
Color information
#163148 (or 0x163148) is known color: Blue Whale. HEX triplet: 16, 31 and 48. RGB value is (22,49,72). Sum of RGB (Red+Green+Blue) = 22+49+72=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #163148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163148 is #E9CEB7. Grayscale: #2B2B2B. Windows color (decimal): -15322808 or 4731158. OLE color: 4731158.
HSL color Cylindrical-coordinate representation of color #163148: hue angle of 207.6º 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 #163148 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 49 | 72 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.72 |
| HSL | 207.6º | 0.53% | 0.18% | - |
| HSV(B) | 207.6º | 0.69% | 0.28% | - |
| XYZ | 2.6 | 2.84 | 6.54 | - |
| YUV | 43.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 72 | 0.69 | 0.32 | 0 | 0.72 | 207.6 | 0.53 | 0.18 |
| Hex | 16 | 31 | 48 | 45 | 20 | 0 | 48 | D0 | 35 | 12 |
| Octal | 26 | 61 | 110 | 105 | 40 | 0 | 110 | 320 | 65 | 22 |
| Binary | 10110 | 110001 | 1001000 | 1000101 | 100000 | 0 | 1001000 | 11010000 | 110101 | 10010 |
Color Harmonies of #163148
Complementary color
Monochromatic Colors of #163148
Black with #163148
Text Example
Text Example
White with #163148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163148; }
p { color: rgb(22,49,72); }
H1.HeaderClassName
{
color: #163148;
}
.AnyTagClassName
{
color: #163148;
}
</style>
background-color css
<style>
a { background-color: #163148; }
a { background-color: rgb(22,49,72); }
div.DivClassName
{
background-color: #163148;
}
.BgClassName
{
background-color: #163148;
}
</style>
border-color css
<style>
span { border-color: #163148; }
span { border-color: rgb(22,49,72); }
td.TdClassName
{
border-color: #163148;
}
.TagClassName
{
border-color: #163148;
}
</style>