Shades of Blue Whale #16324A
Tints of Blue Whale #16324A
RGB
CMYK
RGB Variations
Color information
#16324A (or 0x16324A) is known color: Blue Whale. HEX triplet: 16, 32 and 4A. RGB value is (22,50,74). Sum of RGB (Red+Green+Blue) = 22+50+74=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #16324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16324A is #E9CDB5. Grayscale: #2C2C2C. Windows color (decimal): -15322550 or 4862486. OLE color: 4862486.
HSL color Cylindrical-coordinate representation of color #16324A: hue angle of 207.69º 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 #16324A is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 50 | 74 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.71 |
| HSL | 207.69º | 0.54% | 0.19% | - |
| HSV(B) | 207.69º | 0.7% | 0.29% | - |
| XYZ | 2.71 | 2.95 | 6.9 | - |
| YUV | 44.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 74 | 0.70 | 0.32 | 0 | 0.71 | 207.69 | 0.54 | 0.19 |
| Hex | 16 | 32 | 4A | 46 | 20 | 0 | 47 | D0 | 36 | 13 |
| Octal | 26 | 62 | 112 | 106 | 40 | 0 | 107 | 320 | 66 | 23 |
| Binary | 10110 | 110010 | 1001010 | 1000110 | 100000 | 0 | 1000111 | 11010000 | 110110 | 10011 |
Color Harmonies of #16324A
Complementary color
Monochromatic Colors of #16324A
Black with #16324A
Text Example
Text Example
White with #16324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16324A; }
p { color: rgb(22,50,74); }
H1.HeaderClassName
{
color: #16324A;
}
.AnyTagClassName
{
color: #16324A;
}
</style>
background-color css
<style>
a { background-color: #16324A; }
a { background-color: rgb(22,50,74); }
div.DivClassName
{
background-color: #16324A;
}
.BgClassName
{
background-color: #16324A;
}
</style>
border-color css
<style>
span { border-color: #16324A; }
span { border-color: rgb(22,50,74); }
td.TdClassName
{
border-color: #16324A;
}
.TagClassName
{
border-color: #16324A;
}
</style>