#163141

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

Shades of Blue Whale #163141

Tints of Blue Whale #163141

Color information

#163141 (or 0x163141) is unknown color: approx Blue Whale. HEX triplet: 16, 31 and 41. RGB value is (22,49,65). Sum of RGB (Red+Green+Blue) = 22+49+65=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #163141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163141 is #E9CEBE. Grayscale: #2A2A2A. Windows color (decimal): -15322815 or 4272406. OLE color: 4272406.

HSL color Cylindrical-coordinate representation of color #163141: hue angle of 202.33º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163141 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB224965-
CMYK0.660.2500.75
HSL202.33º49.43%17.06%-
HSV(B)202.33º66.15%25.49%-
XYZ2.382.755.41-
YUV42.75140.55113.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=16.18%
G=36.03%
B=47.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2249650.660.2500.75202.3349.4317.06
Hex163141421904Bca3111
Octal26611011023101133126121
Binary101101100011000001100001011001010010111100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163141; }

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

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

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

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

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

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

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

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