Shades of Blue Whale #16394B
Tints of Blue Whale #16394B
RGB
CMYK
RGB Variations
Color information
#16394B (or 0x16394B) is known color: Blue Whale. HEX triplet: 16, 39 and 4B. RGB value is (22,57,75). Sum of RGB (Red+Green+Blue) = 22+57+75=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #16394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16394B is #E9C6B4. Grayscale: #303030. Windows color (decimal): -15320757 or 4929814. OLE color: 4929814.
HSL color Cylindrical-coordinate representation of color #16394B: hue angle of 200.38º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16394B is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 57 | 75 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.71 |
| HSL | 200.38º | 0.55% | 0.19% | - |
| HSV(B) | 200.38º | 0.71% | 0.29% | - |
| XYZ | 3.06 | 3.6 | 7.19 | - |
| YUV | 48.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 75 | 0.71 | 0.24 | 0 | 0.71 | 200.38 | 0.55 | 0.19 |
| Hex | 16 | 39 | 4B | 47 | 18 | 0 | 47 | C8 | 37 | 13 |
| Octal | 26 | 71 | 113 | 107 | 30 | 0 | 107 | 310 | 67 | 23 |
| Binary | 10110 | 111001 | 1001011 | 1000111 | 11000 | 0 | 1000111 | 11001000 | 110111 | 10011 |
Color Harmonies of #16394B
Complementary color
Monochromatic Colors of #16394B
Black with #16394B
Text Example
Text Example
White with #16394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16394B; }
p { color: rgb(22,57,75); }
H1.HeaderClassName
{
color: #16394B;
}
.AnyTagClassName
{
color: #16394B;
}
</style>
background-color css
<style>
a { background-color: #16394B; }
a { background-color: rgb(22,57,75); }
div.DivClassName
{
background-color: #16394B;
}
.BgClassName
{
background-color: #16394B;
}
</style>
border-color css
<style>
span { border-color: #16394B; }
span { border-color: rgb(22,57,75); }
td.TdClassName
{
border-color: #16394B;
}
.TagClassName
{
border-color: #16394B;
}
</style>