#163049

Color #163049 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #163049

Tints of Blue Whale #163049

Color information

#163049 (or 0x163049) is unknown color: approx Blue Whale. HEX triplet: 16, 30 and 49. RGB value is (22,48,73). Sum of RGB (Red+Green+Blue) = 22+48+73=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #163049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163049 is #E9CFB6. Grayscale: #2A2A2A. Windows color (decimal): -15323063 or 4796438. OLE color: 4796438.

HSL color Cylindrical-coordinate representation of color #163049: hue angle of 209.41º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163049 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB224873-
CMYK0.700.3400.71
HSL209.41º53.68%18.63%-
HSV(B)209.41º69.86%28.63%-
XYZ2.592.776.7-
YUV43.08144.89112.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=15.38%
G=33.57%
B=51.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2248730.700.3400.71209.4153.6818.63
Hex1630494622047d13613
Octal26601111064201073216623
Binary1011011000010010011000110100010010001111101000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163049; }

 p { color: rgb(22,48,73); }

 H1.HeaderClassName
 {
   color: #163049;
 }
 .AnyTagClassName
 {
   color: #163049;
 }
</style>
background-color css

<style>
 a { background-color: #163049; }

 a { background-color: rgb(22,48,73); }

 div.DivClassName
 {
   background-color: #163049;
 }
 .BgClassName
 {
   background-color: #163049;
 }
</style>
border-color css

<style>
 span { border-color: #163049; }

 span { border-color: rgb(22,48,73); }

 td.TdClassName
 {
   border-color: #163049;
 }
 .TagClassName
 {
   border-color: #163049;
 }
</style>