Shades of Blue Whale #16384D
Tints of Blue Whale #16384D
RGB
CMYK
RGB Variations
Color information
#16384D (or 0x16384D) is known color: Blue Whale. HEX triplet: 16, 38 and 4D. RGB value is (22,56,77). Sum of RGB (Red+Green+Blue) = 22+56+77=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #16384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16384D is #E9C7B2. Grayscale: #303030. Windows color (decimal): -15321011 or 5060630. OLE color: 5060630.
HSL color Cylindrical-coordinate representation of color #16384D: hue angle of 202.91º 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 #16384D is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 56 | 77 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.70 |
| HSL | 202.91º | 0.56% | 0.19% | - |
| HSV(B) | 202.91º | 0.71% | 0.3% | - |
| XYZ | 3.08 | 3.53 | 7.54 | - |
| YUV | 48.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 77 | 0.71 | 0.27 | 0 | 0.70 | 202.91 | 0.56 | 0.19 |
| Hex | 16 | 38 | 4D | 47 | 1B | 0 | 46 | CB | 38 | 13 |
| Octal | 26 | 70 | 115 | 107 | 33 | 0 | 106 | 313 | 70 | 23 |
| Binary | 10110 | 111000 | 1001101 | 1000111 | 11011 | 0 | 1000110 | 11001011 | 111000 | 10011 |
Color Harmonies of #16384D
Complementary color
Monochromatic Colors of #16384D
Black with #16384D
Text Example
Text Example
White with #16384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16384D; }
p { color: rgb(22,56,77); }
H1.HeaderClassName
{
color: #16384D;
}
.AnyTagClassName
{
color: #16384D;
}
</style>
background-color css
<style>
a { background-color: #16384D; }
a { background-color: rgb(22,56,77); }
div.DivClassName
{
background-color: #16384D;
}
.BgClassName
{
background-color: #16384D;
}
</style>
border-color css
<style>
span { border-color: #16384D; }
span { border-color: rgb(22,56,77); }
td.TdClassName
{
border-color: #16384D;
}
.TagClassName
{
border-color: #16384D;
}
</style>