#165466

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

Shades of Arapawa #165466

Tints of Arapawa #165466

Color information

#165466 (or 0x165466) is unknown color: approx Arapawa. HEX triplet: 16, 54 and 66. RGB value is (22,84,102). Sum of RGB (Red+Green+Blue) = 22+84+102=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #165466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165466 is #E9AB99. Grayscale: #434343. Windows color (decimal): -15313818 or 6706198. OLE color: 6706198.

HSL color Cylindrical-coordinate representation of color #165466: hue angle of 193.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165466 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2284102-
CMYK0.780.1800.6
HSL193.5º64.52%24.31%-
HSV(B)193.5º78.43%40%-
XYZ5.97.4713.7-
YUV67.51147.4695.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=10.58%
G=40.38%
B=49.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22841020.780.1800.6193.564.5224.31
Hex1654664E1203Cc24118
Octal261241461162207430210130
Binary1011010101001100110100111010010011110011000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165466; }

 p { color: rgb(22,84,102); }

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

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

 a { background-color: rgb(22,84,102); }

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

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

 span { border-color: rgb(22,84,102); }

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