Shades of Blue Whale #163742
Tints of Blue Whale #163742
RGB
CMYK
RGB Variations
Color information
#163742 (or 0x163742) is known color: Blue Whale. HEX triplet: 16, 37 and 42. RGB value is (22,55,66). Sum of RGB (Red+Green+Blue) = 22+55+66=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #163742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163742 is #E9C8BD. Grayscale: #2E2E2E. Windows color (decimal): -15321278 or 4339478. OLE color: 4339478.
HSL color Cylindrical-coordinate representation of color #163742: hue angle of 195º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163742 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 55 | 66 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.74 |
| HSL | 195º | 0.5% | 0.17% | - |
| HSV(B) | 195º | 0.67% | 0.26% | - |
| XYZ | 2.68 | 3.3 | 5.65 | - |
| YUV | 46.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 66 | 0.67 | 0.17 | 0 | 0.74 | 195 | 0.5 | 0.17 |
| Hex | 16 | 37 | 42 | 43 | 11 | 0 | 4A | C3 | 32 | 11 |
| Octal | 26 | 67 | 102 | 103 | 21 | 0 | 112 | 303 | 62 | 21 |
| Binary | 10110 | 110111 | 1000010 | 1000011 | 10001 | 0 | 1001010 | 11000011 | 110010 | 10001 |
Color Harmonies of #163742
Complementary color
Monochromatic Colors of #163742
Black with #163742
Text Example
Text Example
White with #163742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163742; }
p { color: rgb(22,55,66); }
H1.HeaderClassName
{
color: #163742;
}
.AnyTagClassName
{
color: #163742;
}
</style>
background-color css
<style>
a { background-color: #163742; }
a { background-color: rgb(22,55,66); }
div.DivClassName
{
background-color: #163742;
}
.BgClassName
{
background-color: #163742;
}
</style>
border-color css
<style>
span { border-color: #163742; }
span { border-color: rgb(22,55,66); }
td.TdClassName
{
border-color: #163742;
}
.TagClassName
{
border-color: #163742;
}
</style>