Shades of Blue Whale #16384E
Tints of Blue Whale #16384E
RGB
CMYK
RGB Variations
Color information
#16384E (or 0x16384E) is known color: Blue Whale. HEX triplet: 16, 38 and 4E. RGB value is (22,56,78). Sum of RGB (Red+Green+Blue) = 22+56+78=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #16384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16384E is #E9C7B1. Grayscale: #303030. Windows color (decimal): -15321010 or 5126166. OLE color: 5126166.
HSL color Cylindrical-coordinate representation of color #16384E: hue angle of 203.57º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16384E is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 56 | 78 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.69 |
| HSL | 203.57º | 0.56% | 0.2% | - |
| HSV(B) | 203.57º | 0.72% | 0.31% | - |
| XYZ | 3.12 | 3.55 | 7.73 | - |
| YUV | 48.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 78 | 0.72 | 0.28 | 0 | 0.69 | 203.57 | 0.56 | 0.2 |
| Hex | 16 | 38 | 4E | 48 | 1C | 0 | 45 | CC | 38 | 14 |
| Octal | 26 | 70 | 116 | 110 | 34 | 0 | 105 | 314 | 70 | 24 |
| Binary | 10110 | 111000 | 1001110 | 1001000 | 11100 | 0 | 1000101 | 11001100 | 111000 | 10100 |
Color Harmonies of #16384E
Complementary color
Monochromatic Colors of #16384E
Black with #16384E
Text Example
Text Example
White with #16384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16384E; }
p { color: rgb(22,56,78); }
H1.HeaderClassName
{
color: #16384E;
}
.AnyTagClassName
{
color: #16384E;
}
</style>
background-color css
<style>
a { background-color: #16384E; }
a { background-color: rgb(22,56,78); }
div.DivClassName
{
background-color: #16384E;
}
.BgClassName
{
background-color: #16384E;
}
</style>
border-color css
<style>
span { border-color: #16384E; }
span { border-color: rgb(22,56,78); }
td.TdClassName
{
border-color: #16384E;
}
.TagClassName
{
border-color: #16384E;
}
</style>