Shades of Blue Whale #163245
Tints of Blue Whale #163245
RGB
CMYK
RGB Variations
Color information
#163245 (or 0x163245) is known color: Blue Whale. HEX triplet: 16, 32 and 45. RGB value is (22,50,69). Sum of RGB (Red+Green+Blue) = 22+50+69=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #163245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163245 is #E9CDBA. Grayscale: #2B2B2B. Windows color (decimal): -15322555 or 4534806. OLE color: 4534806.
HSL color Cylindrical-coordinate representation of color #163245: hue angle of 204.26º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #163245 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 50 | 69 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.73 |
| HSL | 204.26º | 0.52% | 0.18% | - |
| HSV(B) | 204.26º | 0.68% | 0.27% | - |
| XYZ | 2.55 | 2.88 | 6.05 | - |
| YUV | 43.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 69 | 0.68 | 0.28 | 0 | 0.73 | 204.26 | 0.52 | 0.18 |
| Hex | 16 | 32 | 45 | 44 | 1C | 0 | 49 | CC | 34 | 12 |
| Octal | 26 | 62 | 105 | 104 | 34 | 0 | 111 | 314 | 64 | 22 |
| Binary | 10110 | 110010 | 1000101 | 1000100 | 11100 | 0 | 1001001 | 11001100 | 110100 | 10010 |
Color Harmonies of #163245
Complementary color
Monochromatic Colors of #163245
Black with #163245
Text Example
Text Example
White with #163245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163245; }
p { color: rgb(22,50,69); }
H1.HeaderClassName
{
color: #163245;
}
.AnyTagClassName
{
color: #163245;
}
</style>
background-color css
<style>
a { background-color: #163245; }
a { background-color: rgb(22,50,69); }
div.DivClassName
{
background-color: #163245;
}
.BgClassName
{
background-color: #163245;
}
</style>
border-color css
<style>
span { border-color: #163245; }
span { border-color: rgb(22,50,69); }
td.TdClassName
{
border-color: #163245;
}
.TagClassName
{
border-color: #163245;
}
</style>