Shades of Blue Whale #16303B
Tints of Blue Whale #16303B
RGB
CMYK
RGB Variations
Color information
#16303B (or 0x16303B) is known color: Blue Whale. HEX triplet: 16, 30 and 3B. RGB value is (22,48,59). Sum of RGB (Red+Green+Blue) = 22+48+59=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #16303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16303B is #E9CFC4. Grayscale: #292929. Windows color (decimal): -15323077 or 3878934. OLE color: 3878934.
HSL color Cylindrical-coordinate representation of color #16303B: hue angle of 197.84º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16303B is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 48 | 59 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.77 |
| HSL | 197.84º | 0.46% | 0.16% | - |
| HSV(B) | 197.84º | 0.63% | 0.23% | - |
| XYZ | 2.18 | 2.6 | 4.52 | - |
| YUV | 41.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 59 | 0.63 | 0.19 | 0 | 0.77 | 197.84 | 0.46 | 0.16 |
| Hex | 16 | 30 | 3B | 3F | 13 | 0 | 4D | C6 | 2E | 10 |
| Octal | 26 | 60 | 73 | 77 | 23 | 0 | 115 | 306 | 56 | 20 |
| Binary | 10110 | 110000 | 111011 | 111111 | 10011 | 0 | 1001101 | 11000110 | 101110 | 10000 |
Color Harmonies of #16303B
Complementary color
Monochromatic Colors of #16303B
Black with #16303B
Text Example
Text Example
White with #16303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16303B; }
p { color: rgb(22,48,59); }
H1.HeaderClassName
{
color: #16303B;
}
.AnyTagClassName
{
color: #16303B;
}
</style>
background-color css
<style>
a { background-color: #16303B; }
a { background-color: rgb(22,48,59); }
div.DivClassName
{
background-color: #16303B;
}
.BgClassName
{
background-color: #16303B;
}
</style>
border-color css
<style>
span { border-color: #16303B; }
span { border-color: rgb(22,48,59); }
td.TdClassName
{
border-color: #16303B;
}
.TagClassName
{
border-color: #16303B;
}
</style>