#165168

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

Shades of Arapawa #165168

Tints of Arapawa #165168

Color information

#165168 (or 0x165168) is unknown color: approx Arapawa. HEX triplet: 16, 51 and 68. RGB value is (22,81,104). Sum of RGB (Red+Green+Blue) = 22+81+104=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #165168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165168 is #E9AE97. Grayscale: #414141. Windows color (decimal): -15314584 or 6836502. OLE color: 6836502.

HSL color Cylindrical-coordinate representation of color #165168: hue angle of 196.83º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165168 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2281104-
CMYK0.790.2200.59
HSL196.83º65.08%24.71%-
HSV(B)196.83º78.85%40.78%-
XYZ5.777.0514.15-
YUV65.98149.4596.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=10.63%
G=39.13%
B=50.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22811040.790.2200.59196.8365.0824.71
Hex1651684F1603Bc54119
Octal261211501172607330510131
Binary1011010100011101000100111110110011101111000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165168; }

 p { color: rgb(22,81,104); }

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

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

 a { background-color: rgb(22,81,104); }

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

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

 span { border-color: rgb(22,81,104); }

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