#163947

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

Shades of Blue Whale #163947

Tints of Blue Whale #163947

Color information

#163947 (or 0x163947) is unknown color: approx Blue Whale. HEX triplet: 16, 39 and 47. RGB value is (22,57,71). Sum of RGB (Red+Green+Blue) = 22+57+71=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #163947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163947 is #E9C6B8. Grayscale: #303030. Windows color (decimal): -15320761 or 4667670. OLE color: 4667670.

HSL color Cylindrical-coordinate representation of color #163947: hue angle of 197.14º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163947 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB225771-
CMYK0.690.2000.72
HSL197.14º52.69%18.24%-
HSV(B)197.14º69.01%27.84%-
XYZ2.933.556.49-
YUV48.13140.9109.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=14.67%
G=38%
B=47.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2257710.690.2000.72197.1452.6918.24
Hex1639474514048c53512
Octal26711071052401103056522
Binary101101110011000111100010110100010010001100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163947; }

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

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

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

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

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

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

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

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