Shades of Blue Whale #16324B
Tints of Blue Whale #16324B
RGB
CMYK
RGB Variations
Color information
#16324B (or 0x16324B) is known color: Blue Whale. HEX triplet: 16, 32 and 4B. RGB value is (22,50,75). Sum of RGB (Red+Green+Blue) = 22+50+75=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #16324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16324B is #E9CDB4. Grayscale: #2C2C2C. Windows color (decimal): -15322549 or 4928022. OLE color: 4928022.
HSL color Cylindrical-coordinate representation of color #16324B: hue angle of 208.3º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16324B is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 50 | 75 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.71 |
| HSL | 208.3º | 0.55% | 0.19% | - |
| HSV(B) | 208.3º | 0.71% | 0.29% | - |
| XYZ | 2.74 | 2.96 | 7.08 | - |
| YUV | 44.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 75 | 0.71 | 0.33 | 0 | 0.71 | 208.3 | 0.55 | 0.19 |
| Hex | 16 | 32 | 4B | 47 | 21 | 0 | 47 | D0 | 37 | 13 |
| Octal | 26 | 62 | 113 | 107 | 41 | 0 | 107 | 320 | 67 | 23 |
| Binary | 10110 | 110010 | 1001011 | 1000111 | 100001 | 0 | 1000111 | 11010000 | 110111 | 10011 |
Color Harmonies of #16324B
Complementary color
Monochromatic Colors of #16324B
Black with #16324B
Text Example
Text Example
White with #16324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16324B; }
p { color: rgb(22,50,75); }
H1.HeaderClassName
{
color: #16324B;
}
.AnyTagClassName
{
color: #16324B;
}
</style>
background-color css
<style>
a { background-color: #16324B; }
a { background-color: rgb(22,50,75); }
div.DivClassName
{
background-color: #16324B;
}
.BgClassName
{
background-color: #16324B;
}
</style>
border-color css
<style>
span { border-color: #16324B; }
span { border-color: rgb(22,50,75); }
td.TdClassName
{
border-color: #16324B;
}
.TagClassName
{
border-color: #16324B;
}
</style>