#163A4A

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

Shades of Blue Whale #163A4A

Tints of Blue Whale #163A4A

Color information

#163A4A (or 0x163A4A) is unknown color: approx Blue Whale. HEX triplet: 16, 3A and 4A. RGB value is (22,58,74). Sum of RGB (Red+Green+Blue) = 22+58+74=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #163A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A4A is #E9C5B5. Grayscale: #303030. Windows color (decimal): -15320502 or 4864534. OLE color: 4864534.

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

Color convert

RGB225874-
CMYK0.700.2200.71
HSL198.46º54.17%18.82%-
HSV(B)198.46º70.27%29.02%-
XYZ3.083.697.03-
YUV49.06142.07108.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=14.29%
G=37.66%
B=48.05%

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
Decimal2258740.700.2200.71198.4654.1718.82
Hex163A4A4616047c63613
Octal26721121062601073066623
Binary101101110101001010100011010110010001111100011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A4A; }

 p { color: rgb(22,58,74); }

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

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

 a { background-color: rgb(22,58,74); }

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

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

 span { border-color: rgb(22,58,74); }

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