Shades of Blue Whale #16384C
Tints of Blue Whale #16384C
RGB
CMYK
RGB Variations
Color information
#16384C (or 0x16384C) is known color: Blue Whale. HEX triplet: 16, 38 and 4C. RGB value is (22,56,76). Sum of RGB (Red+Green+Blue) = 22+56+76=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #16384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16384C is #E9C7B3. Grayscale: #303030. Windows color (decimal): -15321012 or 4995094. OLE color: 4995094.
HSL color Cylindrical-coordinate representation of color #16384C: hue angle of 202.22º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16384C is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 56 | 76 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.70 |
| HSL | 202.22º | 0.55% | 0.19% | - |
| HSV(B) | 202.22º | 0.71% | 0.3% | - |
| XYZ | 3.05 | 3.52 | 7.36 | - |
| YUV | 48.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 76 | 0.71 | 0.26 | 0 | 0.70 | 202.22 | 0.55 | 0.19 |
| Hex | 16 | 38 | 4C | 47 | 1A | 0 | 46 | CA | 37 | 13 |
| Octal | 26 | 70 | 114 | 107 | 32 | 0 | 106 | 312 | 67 | 23 |
| Binary | 10110 | 111000 | 1001100 | 1000111 | 11010 | 0 | 1000110 | 11001010 | 110111 | 10011 |
Color Harmonies of #16384C
Complementary color
Monochromatic Colors of #16384C
Black with #16384C
Text Example
Text Example
White with #16384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16384C; }
p { color: rgb(22,56,76); }
H1.HeaderClassName
{
color: #16384C;
}
.AnyTagClassName
{
color: #16384C;
}
</style>
background-color css
<style>
a { background-color: #16384C; }
a { background-color: rgb(22,56,76); }
div.DivClassName
{
background-color: #16384C;
}
.BgClassName
{
background-color: #16384C;
}
</style>
border-color css
<style>
span { border-color: #16384C; }
span { border-color: rgb(22,56,76); }
td.TdClassName
{
border-color: #16384C;
}
.TagClassName
{
border-color: #16384C;
}
</style>