Shades of Blue Whale #163843
Tints of Blue Whale #163843
RGB
CMYK
RGB Variations
Color information
#163843 (or 0x163843) is known color: Blue Whale. HEX triplet: 16, 38 and 43. RGB value is (22,56,67). Sum of RGB (Red+Green+Blue) = 22+56+67=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #163843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163843 is #E9C7BC. Grayscale: #2F2F2F. Windows color (decimal): -15321021 or 4405270. OLE color: 4405270.
HSL color Cylindrical-coordinate representation of color #163843: hue angle of 194.67º degrees, saturation: 0.51, 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 #163843 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 56 | 67 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.74 |
| HSL | 194.67º | 0.51% | 0.17% | - |
| HSV(B) | 194.67º | 0.67% | 0.26% | - |
| XYZ | 2.76 | 3.4 | 5.82 | - |
| YUV | 47.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 67 | 0.67 | 0.16 | 0 | 0.74 | 194.67 | 0.51 | 0.17 |
| Hex | 16 | 38 | 43 | 43 | 10 | 0 | 4A | C3 | 33 | 11 |
| Octal | 26 | 70 | 103 | 103 | 20 | 0 | 112 | 303 | 63 | 21 |
| Binary | 10110 | 111000 | 1000011 | 1000011 | 10000 | 0 | 1001010 | 11000011 | 110011 | 10001 |
Color Harmonies of #163843
Complementary color
Monochromatic Colors of #163843
Black with #163843
Text Example
Text Example
White with #163843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163843; }
p { color: rgb(22,56,67); }
H1.HeaderClassName
{
color: #163843;
}
.AnyTagClassName
{
color: #163843;
}
</style>
background-color css
<style>
a { background-color: #163843; }
a { background-color: rgb(22,56,67); }
div.DivClassName
{
background-color: #163843;
}
.BgClassName
{
background-color: #163843;
}
</style>
border-color css
<style>
span { border-color: #163843; }
span { border-color: rgb(22,56,67); }
td.TdClassName
{
border-color: #163843;
}
.TagClassName
{
border-color: #163843;
}
</style>