Shades of Blue Whale #16314D
Tints of Blue Whale #16314D
RGB
CMYK
RGB Variations
Color information
#16314D (or 0x16314D) is known color: Blue Whale. HEX triplet: 16, 31 and 4D. RGB value is (22,49,77). Sum of RGB (Red+Green+Blue) = 22+49+77=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #16314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16314D is #E9CEB2. Grayscale: #2B2B2B. Windows color (decimal): -15322803 or 5058838. OLE color: 5058838.
HSL color Cylindrical-coordinate representation of color #16314D: hue angle of 210.55º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16314D is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 49 | 77 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.70 |
| HSL | 210.55º | 0.56% | 0.19% | - |
| HSV(B) | 210.55º | 0.71% | 0.3% | - |
| XYZ | 2.77 | 2.9 | 7.44 | - |
| YUV | 44.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 77 | 0.71 | 0.36 | 0 | 0.70 | 210.55 | 0.56 | 0.19 |
| Hex | 16 | 31 | 4D | 47 | 24 | 0 | 46 | D3 | 38 | 13 |
| Octal | 26 | 61 | 115 | 107 | 44 | 0 | 106 | 323 | 70 | 23 |
| Binary | 10110 | 110001 | 1001101 | 1000111 | 100100 | 0 | 1000110 | 11010011 | 111000 | 10011 |
Color Harmonies of #16314D
Complementary color
Monochromatic Colors of #16314D
Black with #16314D
Text Example
Text Example
White with #16314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16314D; }
p { color: rgb(22,49,77); }
H1.HeaderClassName
{
color: #16314D;
}
.AnyTagClassName
{
color: #16314D;
}
</style>
background-color css
<style>
a { background-color: #16314D; }
a { background-color: rgb(22,49,77); }
div.DivClassName
{
background-color: #16314D;
}
.BgClassName
{
background-color: #16314D;
}
</style>
border-color css
<style>
span { border-color: #16314D; }
span { border-color: rgb(22,49,77); }
td.TdClassName
{
border-color: #16314D;
}
.TagClassName
{
border-color: #16314D;
}
</style>