Shades of Blue Whale #163039
Tints of Blue Whale #163039
RGB
CMYK
RGB Variations
Color information
#163039 (or 0x163039) is known color: Blue Whale. HEX triplet: 16, 30 and 39. RGB value is (22,48,57). Sum of RGB (Red+Green+Blue) = 22+48+57=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #163039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163039 is #E9CFC6. Grayscale: #292929. Windows color (decimal): -15323079 or 3747862. OLE color: 3747862.
HSL color Cylindrical-coordinate representation of color #163039: hue angle of 195.43º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163039 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 48 | 57 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.78 |
| HSL | 195.43º | 0.44% | 0.15% | - |
| HSV(B) | 195.43º | 0.61% | 0.22% | - |
| XYZ | 2.13 | 2.58 | 4.26 | - |
| YUV | 41.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 57 | 0.61 | 0.16 | 0 | 0.78 | 195.43 | 0.44 | 0.15 |
| Hex | 16 | 30 | 39 | 3D | 10 | 0 | 4E | C3 | 2C | F |
| Octal | 26 | 60 | 71 | 75 | 20 | 0 | 116 | 303 | 54 | 17 |
| Binary | 10110 | 110000 | 111001 | 111101 | 10000 | 0 | 1001110 | 11000011 | 101100 | 1111 |
Color Harmonies of #163039
Complementary color
Monochromatic Colors of #163039
Black with #163039
Text Example
Text Example
White with #163039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163039; }
p { color: rgb(22,48,57); }
H1.HeaderClassName
{
color: #163039;
}
.AnyTagClassName
{
color: #163039;
}
</style>
background-color css
<style>
a { background-color: #163039; }
a { background-color: rgb(22,48,57); }
div.DivClassName
{
background-color: #163039;
}
.BgClassName
{
background-color: #163039;
}
</style>
border-color css
<style>
span { border-color: #163039; }
span { border-color: rgb(22,48,57); }
td.TdClassName
{
border-color: #163039;
}
.TagClassName
{
border-color: #163039;
}
</style>