Shades of Blue Whale #16304B
Tints of Blue Whale #16304B
RGB
CMYK
RGB Variations
Color information
#16304B (or 0x16304B) is known color: Blue Whale. HEX triplet: 16, 30 and 4B. RGB value is (22,48,75). Sum of RGB (Red+Green+Blue) = 22+48+75=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #16304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16304B is #E9CFB4. Grayscale: #2B2B2B. Windows color (decimal): -15323061 or 4927510. OLE color: 4927510.
HSL color Cylindrical-coordinate representation of color #16304B: hue angle of 210.57º 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 #16304B is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 48 | 75 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.71 |
| HSL | 210.57º | 0.55% | 0.19% | - |
| HSV(B) | 210.57º | 0.71% | 0.29% | - |
| XYZ | 2.66 | 2.79 | 7.06 | - |
| YUV | 43.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 75 | 0.71 | 0.36 | 0 | 0.71 | 210.57 | 0.55 | 0.19 |
| Hex | 16 | 30 | 4B | 47 | 24 | 0 | 47 | D3 | 37 | 13 |
| Octal | 26 | 60 | 113 | 107 | 44 | 0 | 107 | 323 | 67 | 23 |
| Binary | 10110 | 110000 | 1001011 | 1000111 | 100100 | 0 | 1000111 | 11010011 | 110111 | 10011 |
Color Harmonies of #16304B
Complementary color
Monochromatic Colors of #16304B
Black with #16304B
Text Example
Text Example
White with #16304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16304B; }
p { color: rgb(22,48,75); }
H1.HeaderClassName
{
color: #16304B;
}
.AnyTagClassName
{
color: #16304B;
}
</style>
background-color css
<style>
a { background-color: #16304B; }
a { background-color: rgb(22,48,75); }
div.DivClassName
{
background-color: #16304B;
}
.BgClassName
{
background-color: #16304B;
}
</style>
border-color css
<style>
span { border-color: #16304B; }
span { border-color: rgb(22,48,75); }
td.TdClassName
{
border-color: #16304B;
}
.TagClassName
{
border-color: #16304B;
}
</style>