#165068

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

Shades of Arapawa #165068

Tints of Arapawa #165068

Color information

#165068 (or 0x165068) is unknown color: approx Arapawa. HEX triplet: 16, 50 and 68. RGB value is (22,80,104). Sum of RGB (Red+Green+Blue) = 22+80+104=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #165068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165068 is #E9AF97. Grayscale: #414141. Windows color (decimal): -15314840 or 6836246. OLE color: 6836246.

HSL color Cylindrical-coordinate representation of color #165068: hue angle of 197.56º 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 #165068 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2280104-
CMYK0.790.2300.59
HSL197.56º65.08%24.71%-
HSV(B)197.56º78.85%40.78%-
XYZ5.76.9114.13-
YUV65.39149.7897.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=10.68%
G=38.83%
B=50.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22801040.790.2300.59197.5665.0824.71
Hex1650684F1703Bc64119
Octal261201501172707330610131
Binary1011010100001101000100111110111011101111000110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165068; }

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

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

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

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

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

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

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

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