Shades of Blue Whale #163443
Tints of Blue Whale #163443
RGB
CMYK
RGB Variations
Color information
#163443 (or 0x163443) is known color: Blue Whale. HEX triplet: 16, 34 and 43. RGB value is (22,52,67). Sum of RGB (Red+Green+Blue) = 22+52+67=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #163443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163443 is #E9CBBC. Grayscale: #2C2C2C. Windows color (decimal): -15322045 or 4404246. OLE color: 4404246.
HSL color Cylindrical-coordinate representation of color #163443: hue angle of 200º 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 #163443 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 52 | 67 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.74 |
| HSL | 200º | 0.51% | 0.17% | - |
| HSV(B) | 200º | 0.67% | 0.26% | - |
| XYZ | 2.57 | 3.03 | 5.76 | - |
| YUV | 44.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 67 | 0.67 | 0.22 | 0 | 0.74 | 200 | 0.51 | 0.17 |
| Hex | 16 | 34 | 43 | 43 | 16 | 0 | 4A | C8 | 33 | 11 |
| Octal | 26 | 64 | 103 | 103 | 26 | 0 | 112 | 310 | 63 | 21 |
| Binary | 10110 | 110100 | 1000011 | 1000011 | 10110 | 0 | 1001010 | 11001000 | 110011 | 10001 |
Color Harmonies of #163443
Complementary color
Monochromatic Colors of #163443
Black with #163443
Text Example
Text Example
White with #163443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163443; }
p { color: rgb(22,52,67); }
H1.HeaderClassName
{
color: #163443;
}
.AnyTagClassName
{
color: #163443;
}
</style>
background-color css
<style>
a { background-color: #163443; }
a { background-color: rgb(22,52,67); }
div.DivClassName
{
background-color: #163443;
}
.BgClassName
{
background-color: #163443;
}
</style>
border-color css
<style>
span { border-color: #163443; }
span { border-color: rgb(22,52,67); }
td.TdClassName
{
border-color: #163443;
}
.TagClassName
{
border-color: #163443;
}
</style>