#164B6D

Color #164B6D Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #164B6D

Tints of Arapawa #164B6D

Color information

#164B6D (or 0x164B6D) is unknown color: approx Arapawa. HEX triplet: 16, 4B and 6D. RGB value is (22,75,109). Sum of RGB (Red+Green+Blue) = 22+75+109=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #164B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B6D is #E9B492. Grayscale: #3E3E3E. Windows color (decimal): -15316115 or 7162646. OLE color: 7162646.

HSL color Cylindrical-coordinate representation of color #164B6D: hue angle of 203.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #164B6D is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2275109-
CMYK0.800.3100.57
HSL203.45º66.41%25.69%-
HSV(B)203.45º79.82%42.75%-
XYZ5.616.3115.39-
YUV63.03153.9498.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=10.68%
G=36.41%
B=52.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22751090.800.3100.57203.4566.4125.69
Hex164B6D501F039cb421a
Octal261131551203707131310232
Binary1011010010111101101101000011111011100111001011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164B6D; }

 p { color: rgb(22,75,109); }

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

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

 a { background-color: rgb(22,75,109); }

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

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

 span { border-color: rgb(22,75,109); }

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