Shades of Blue Whale #16313C
Tints of Blue Whale #16313C
RGB
CMYK
RGB Variations
Color information
#16313C (or 0x16313C) is known color: Blue Whale. HEX triplet: 16, 31 and 3C. RGB value is (22,49,60). Sum of RGB (Red+Green+Blue) = 22+49+60=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #16313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16313C is #E9CEC3. Grayscale: #2A2A2A. Windows color (decimal): -15322820 or 3944726. OLE color: 3944726.
HSL color Cylindrical-coordinate representation of color #16313C: hue angle of 197.37º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16313C is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 49 | 60 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.76 |
| HSL | 197.37º | 0.46% | 0.16% | - |
| HSV(B) | 197.37º | 0.63% | 0.24% | - |
| XYZ | 2.24 | 2.69 | 4.68 | - |
| YUV | 42.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 60 | 0.63 | 0.18 | 0 | 0.76 | 197.37 | 0.46 | 0.16 |
| Hex | 16 | 31 | 3C | 3F | 12 | 0 | 4C | C5 | 2E | 10 |
| Octal | 26 | 61 | 74 | 77 | 22 | 0 | 114 | 305 | 56 | 20 |
| Binary | 10110 | 110001 | 111100 | 111111 | 10010 | 0 | 1001100 | 11000101 | 101110 | 10000 |
Color Harmonies of #16313C
Complementary color
Monochromatic Colors of #16313C
Black with #16313C
Text Example
Text Example
White with #16313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16313C; }
p { color: rgb(22,49,60); }
H1.HeaderClassName
{
color: #16313C;
}
.AnyTagClassName
{
color: #16313C;
}
</style>
background-color css
<style>
a { background-color: #16313C; }
a { background-color: rgb(22,49,60); }
div.DivClassName
{
background-color: #16313C;
}
.BgClassName
{
background-color: #16313C;
}
</style>
border-color css
<style>
span { border-color: #16313C; }
span { border-color: rgb(22,49,60); }
td.TdClassName
{
border-color: #16313C;
}
.TagClassName
{
border-color: #16313C;
}
</style>