#163149

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

Shades of Blue Whale #163149

Tints of Blue Whale #163149

Color information

#163149 (or 0x163149) is unknown color: approx Blue Whale. HEX triplet: 16, 31 and 49. RGB value is (22,49,73). Sum of RGB (Red+Green+Blue) = 22+49+73=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #163149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163149 is #E9CEB6. Grayscale: #2B2B2B. Windows color (decimal): -15322807 or 4796694. OLE color: 4796694.

HSL color Cylindrical-coordinate representation of color #163149: hue angle of 208.24º 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 #163149 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB224973-
CMYK0.700.3300.71
HSL208.24º53.68%18.63%-
HSV(B)208.24º69.86%28.63%-
XYZ2.632.856.71-
YUV43.66144.55112.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=15.28%
G=34.03%
B=50.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2249730.700.3300.71208.2453.6818.63
Hex1631494621047d03613
Octal26611111064101073206623
Binary1011011000110010011000110100001010001111101000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163149; }

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

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

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

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

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

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

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

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