Shades of Blue Whale #16353F
Tints of Blue Whale #16353F
RGB
CMYK
RGB Variations
Color information
#16353F (or 0x16353F) is known color: Blue Whale. HEX triplet: 16, 35 and 3F. RGB value is (22,53,63). Sum of RGB (Red+Green+Blue) = 22+53+63=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #16353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16353F is #E9CAC0. Grayscale: #2C2C2C. Windows color (decimal): -15321793 or 4142358. OLE color: 4142358.
HSL color Cylindrical-coordinate representation of color #16353F: hue angle of 194.63º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16353F is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 53 | 63 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.75 |
| HSL | 194.63º | 0.48% | 0.17% | - |
| HSV(B) | 194.63º | 0.65% | 0.25% | - |
| XYZ | 2.5 | 3.08 | 5.16 | - |
| YUV | 44.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 63 | 0.65 | 0.16 | 0 | 0.75 | 194.63 | 0.48 | 0.17 |
| Hex | 16 | 35 | 3F | 41 | 10 | 0 | 4B | C3 | 30 | 11 |
| Octal | 26 | 65 | 77 | 101 | 20 | 0 | 113 | 303 | 60 | 21 |
| Binary | 10110 | 110101 | 111111 | 1000001 | 10000 | 0 | 1001011 | 11000011 | 110000 | 10001 |
Color Harmonies of #16353F
Complementary color
Monochromatic Colors of #16353F
Black with #16353F
Text Example
Text Example
White with #16353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16353F; }
p { color: rgb(22,53,63); }
H1.HeaderClassName
{
color: #16353F;
}
.AnyTagClassName
{
color: #16353F;
}
</style>
background-color css
<style>
a { background-color: #16353F; }
a { background-color: rgb(22,53,63); }
div.DivClassName
{
background-color: #16353F;
}
.BgClassName
{
background-color: #16353F;
}
</style>
border-color css
<style>
span { border-color: #16353F; }
span { border-color: rgb(22,53,63); }
td.TdClassName
{
border-color: #16353F;
}
.TagClassName
{
border-color: #16353F;
}
</style>