Shades of Blue Whale #16334B
Tints of Blue Whale #16334B
RGB
CMYK
RGB Variations
Color information
#16334B (or 0x16334B) is known color: Blue Whale. HEX triplet: 16, 33 and 4B. RGB value is (22,51,75). Sum of RGB (Red+Green+Blue) = 22+51+75=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #16334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16334B is #E9CCB4. Grayscale: #2C2C2C. Windows color (decimal): -15322293 or 4928278. OLE color: 4928278.
HSL color Cylindrical-coordinate representation of color #16334B: hue angle of 207.17º 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 #16334B is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 51 | 75 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.71 |
| HSL | 207.17º | 0.55% | 0.19% | - |
| HSV(B) | 207.17º | 0.71% | 0.29% | - |
| XYZ | 2.78 | 3.05 | 7.1 | - |
| YUV | 45.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 75 | 0.71 | 0.32 | 0 | 0.71 | 207.17 | 0.55 | 0.19 |
| Hex | 16 | 33 | 4B | 47 | 20 | 0 | 47 | CF | 37 | 13 |
| Octal | 26 | 63 | 113 | 107 | 40 | 0 | 107 | 317 | 67 | 23 |
| Binary | 10110 | 110011 | 1001011 | 1000111 | 100000 | 0 | 1000111 | 11001111 | 110111 | 10011 |
Color Harmonies of #16334B
Complementary color
Monochromatic Colors of #16334B
Black with #16334B
Text Example
Text Example
White with #16334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16334B; }
p { color: rgb(22,51,75); }
H1.HeaderClassName
{
color: #16334B;
}
.AnyTagClassName
{
color: #16334B;
}
</style>
background-color css
<style>
a { background-color: #16334B; }
a { background-color: rgb(22,51,75); }
div.DivClassName
{
background-color: #16334B;
}
.BgClassName
{
background-color: #16334B;
}
</style>
border-color css
<style>
span { border-color: #16334B; }
span { border-color: rgb(22,51,75); }
td.TdClassName
{
border-color: #16334B;
}
.TagClassName
{
border-color: #16334B;
}
</style>