Shades of Blue Whale #16354B
Tints of Blue Whale #16354B
RGB
CMYK
RGB Variations
Color information
#16354B (or 0x16354B) is known color: Blue Whale. HEX triplet: 16, 35 and 4B. RGB value is (22,53,75). Sum of RGB (Red+Green+Blue) = 22+53+75=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #16354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16354B is #E9CAB4. Grayscale: #2E2E2E. Windows color (decimal): -15321781 or 4928790. OLE color: 4928790.
HSL color Cylindrical-coordinate representation of color #16354B: hue angle of 204.91º 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 #16354B is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 53 | 75 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.71 |
| HSL | 204.91º | 0.55% | 0.19% | - |
| HSV(B) | 204.91º | 0.71% | 0.29% | - |
| XYZ | 2.87 | 3.22 | 7.13 | - |
| YUV | 46.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 75 | 0.71 | 0.29 | 0 | 0.71 | 204.91 | 0.55 | 0.19 |
| Hex | 16 | 35 | 4B | 47 | 1D | 0 | 47 | CD | 37 | 13 |
| Octal | 26 | 65 | 113 | 107 | 35 | 0 | 107 | 315 | 67 | 23 |
| Binary | 10110 | 110101 | 1001011 | 1000111 | 11101 | 0 | 1000111 | 11001101 | 110111 | 10011 |
Color Harmonies of #16354B
Complementary color
Monochromatic Colors of #16354B
Black with #16354B
Text Example
Text Example
White with #16354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16354B; }
p { color: rgb(22,53,75); }
H1.HeaderClassName
{
color: #16354B;
}
.AnyTagClassName
{
color: #16354B;
}
</style>
background-color css
<style>
a { background-color: #16354B; }
a { background-color: rgb(22,53,75); }
div.DivClassName
{
background-color: #16354B;
}
.BgClassName
{
background-color: #16354B;
}
</style>
border-color css
<style>
span { border-color: #16354B; }
span { border-color: rgb(22,53,75); }
td.TdClassName
{
border-color: #16354B;
}
.TagClassName
{
border-color: #16354B;
}
</style>