Shades of Blue Whale #16314A
Tints of Blue Whale #16314A
RGB
CMYK
RGB Variations
Color information
#16314A (or 0x16314A) is known color: Blue Whale. HEX triplet: 16, 31 and 4A. RGB value is (22,49,74). Sum of RGB (Red+Green+Blue) = 22+49+74=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #16314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16314A is #E9CEB5. Grayscale: #2B2B2B. Windows color (decimal): -15322806 or 4862230. OLE color: 4862230.
HSL color Cylindrical-coordinate representation of color #16314A: hue angle of 208.85º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16314A is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 49 | 74 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.71 |
| HSL | 208.85º | 0.54% | 0.19% | - |
| HSV(B) | 208.85º | 0.7% | 0.29% | - |
| XYZ | 2.67 | 2.86 | 6.89 | - |
| YUV | 43.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 74 | 0.70 | 0.34 | 0 | 0.71 | 208.85 | 0.54 | 0.19 |
| Hex | 16 | 31 | 4A | 46 | 22 | 0 | 47 | D1 | 36 | 13 |
| Octal | 26 | 61 | 112 | 106 | 42 | 0 | 107 | 321 | 66 | 23 |
| Binary | 10110 | 110001 | 1001010 | 1000110 | 100010 | 0 | 1000111 | 11010001 | 110110 | 10011 |
Color Harmonies of #16314A
Complementary color
Monochromatic Colors of #16314A
Black with #16314A
Text Example
Text Example
White with #16314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16314A; }
p { color: rgb(22,49,74); }
H1.HeaderClassName
{
color: #16314A;
}
.AnyTagClassName
{
color: #16314A;
}
</style>
background-color css
<style>
a { background-color: #16314A; }
a { background-color: rgb(22,49,74); }
div.DivClassName
{
background-color: #16314A;
}
.BgClassName
{
background-color: #16314A;
}
</style>
border-color css
<style>
span { border-color: #16314A; }
span { border-color: rgb(22,49,74); }
td.TdClassName
{
border-color: #16314A;
}
.TagClassName
{
border-color: #16314A;
}
</style>