Shades of Blue Whale #163243
Tints of Blue Whale #163243
RGB
CMYK
RGB Variations
Color information
#163243 (or 0x163243) is known color: Blue Whale. HEX triplet: 16, 32 and 43. RGB value is (22,50,67). Sum of RGB (Red+Green+Blue) = 22+50+67=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #163243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163243 is #E9CDBC. Grayscale: #2B2B2B. Windows color (decimal): -15322557 or 4403734. OLE color: 4403734.
HSL color Cylindrical-coordinate representation of color #163243: hue angle of 202.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 #163243 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 50 | 67 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.74 |
| HSL | 202.67º | 0.51% | 0.17% | - |
| HSV(B) | 202.67º | 0.67% | 0.26% | - |
| XYZ | 2.48 | 2.86 | 5.73 | - |
| YUV | 43.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 67 | 0.67 | 0.25 | 0 | 0.74 | 202.67 | 0.51 | 0.17 |
| Hex | 16 | 32 | 43 | 43 | 19 | 0 | 4A | CB | 33 | 11 |
| Octal | 26 | 62 | 103 | 103 | 31 | 0 | 112 | 313 | 63 | 21 |
| Binary | 10110 | 110010 | 1000011 | 1000011 | 11001 | 0 | 1001010 | 11001011 | 110011 | 10001 |
Color Harmonies of #163243
Complementary color
Monochromatic Colors of #163243
Black with #163243
Text Example
Text Example
White with #163243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163243; }
p { color: rgb(22,50,67); }
H1.HeaderClassName
{
color: #163243;
}
.AnyTagClassName
{
color: #163243;
}
</style>
background-color css
<style>
a { background-color: #163243; }
a { background-color: rgb(22,50,67); }
div.DivClassName
{
background-color: #163243;
}
.BgClassName
{
background-color: #163243;
}
</style>
border-color css
<style>
span { border-color: #163243; }
span { border-color: rgb(22,50,67); }
td.TdClassName
{
border-color: #163243;
}
.TagClassName
{
border-color: #163243;
}
</style>