Shades of Blue Whale #16313D
Tints of Blue Whale #16313D
RGB
CMYK
RGB Variations
Color information
#16313D (or 0x16313D) is known color: Blue Whale. HEX triplet: 16, 31 and 3D. RGB value is (22,49,61). Sum of RGB (Red+Green+Blue) = 22+49+61=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #16313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16313D is #E9CEC2. Grayscale: #2A2A2A. Windows color (decimal): -15322819 or 4010262. OLE color: 4010262.
HSL color Cylindrical-coordinate representation of color #16313D: hue angle of 198.46º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16313D is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 49 | 61 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.76 |
| HSL | 198.46º | 0.47% | 0.16% | - |
| HSV(B) | 198.46º | 0.64% | 0.24% | - |
| XYZ | 2.27 | 2.7 | 4.82 | - |
| YUV | 42.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 61 | 0.64 | 0.20 | 0 | 0.76 | 198.46 | 0.47 | 0.16 |
| Hex | 16 | 31 | 3D | 40 | 14 | 0 | 4C | C6 | 2F | 10 |
| Octal | 26 | 61 | 75 | 100 | 24 | 0 | 114 | 306 | 57 | 20 |
| Binary | 10110 | 110001 | 111101 | 1000000 | 10100 | 0 | 1001100 | 11000110 | 101111 | 10000 |
Color Harmonies of #16313D
Complementary color
Monochromatic Colors of #16313D
Black with #16313D
Text Example
Text Example
White with #16313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16313D; }
p { color: rgb(22,49,61); }
H1.HeaderClassName
{
color: #16313D;
}
.AnyTagClassName
{
color: #16313D;
}
</style>
background-color css
<style>
a { background-color: #16313D; }
a { background-color: rgb(22,49,61); }
div.DivClassName
{
background-color: #16313D;
}
.BgClassName
{
background-color: #16313D;
}
</style>
border-color css
<style>
span { border-color: #16313D; }
span { border-color: rgb(22,49,61); }
td.TdClassName
{
border-color: #16313D;
}
.TagClassName
{
border-color: #16313D;
}
</style>