#165366

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

Shades of Arapawa #165366

Tints of Arapawa #165366

Color information

#165366 (or 0x165366) is unknown color: approx Arapawa. HEX triplet: 16, 53 and 66. RGB value is (22,83,102). Sum of RGB (Red+Green+Blue) = 22+83+102=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #165366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165366 is #E9AC99. Grayscale: #424242. Windows color (decimal): -15314074 or 6705942. OLE color: 6705942.

HSL color Cylindrical-coordinate representation of color #165366: hue angle of 194.25º 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 #165366 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2283102-
CMYK0.780.1900.6
HSL194.25º64.52%24.31%-
HSV(B)194.25º78.43%40%-
XYZ5.827.3213.68-
YUV66.93147.7995.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=10.63%
G=40.10%
B=49.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22831020.780.1900.6194.2564.5224.31
Hex1653664E1303Cc24118
Octal261231461162307430210130
Binary1011010100111100110100111010011011110011000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165366; }

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

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

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

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

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

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

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

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