#163949

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

Shades of Blue Whale #163949

Tints of Blue Whale #163949

Color information

#163949 (or 0x163949) is unknown color: approx Blue Whale. HEX triplet: 16, 39 and 49. RGB value is (22,57,73). Sum of RGB (Red+Green+Blue) = 22+57+73=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #163949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163949 is #E9C6B6. Grayscale: #303030. Windows color (decimal): -15320759 or 4798742. OLE color: 4798742.

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

Color convert

RGB225773-
CMYK0.700.2200.71
HSL198.82º53.68%18.63%-
HSV(B)198.82º69.86%28.63%-
XYZ33.586.84-
YUV48.36141.9109.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 73 (28.91% from 255) = 48.03%
R=14.47%
G=37.5%
B=48.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2257730.700.2200.71198.8253.6818.63
Hex1639494616047c73613
Octal26711111062601073076623
Binary101101110011001001100011010110010001111100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163949; }

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

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

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

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

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

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

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

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