#165268

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

Shades of Arapawa #165268

Tints of Arapawa #165268

Color information

#165268 (or 0x165268) is unknown color: approx Arapawa. HEX triplet: 16, 52 and 68. RGB value is (22,82,104). Sum of RGB (Red+Green+Blue) = 22+82+104=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #165268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165268 is #E9AD97. Grayscale: #424242. Windows color (decimal): -15314328 or 6836758. OLE color: 6836758.

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

Color convert

RGB2282104-
CMYK0.790.2100.59
HSL196.1º65.08%24.71%-
HSV(B)196.1º78.85%40.78%-
XYZ5.857.214.18-
YUV66.57149.1296.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.58%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 104 (41.02% from 255) = 50%
R=10.58%
G=39.42%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22821040.790.2100.59196.165.0824.71
Hex1652684F1503Bc44119
Octal261221501172507330410131
Binary1011010100101101000100111110101011101111000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165268; }

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

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

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

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

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

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

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

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