#165263

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

Shades of Arapawa #165263

Tints of Arapawa #165263

Color information

#165263 (or 0x165263) is unknown color: approx Arapawa. HEX triplet: 16, 52 and 63. RGB value is (22,82,99). Sum of RGB (Red+Green+Blue) = 22+82+99=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #165263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165263 is #E9AD9C. Grayscale: #414141. Windows color (decimal): -15314333 or 6509078. OLE color: 6509078.

HSL color Cylindrical-coordinate representation of color #165263: hue angle of 193.25º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165263 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB228299-
CMYK0.780.1700.61
HSL193.25º63.64%23.73%-
HSV(B)193.25º77.78%38.82%-
XYZ5.67.1112.88-
YUV66146.6296.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=10.84%
G=40.39%
B=48.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2282990.780.1700.61193.2563.6423.73
Hex1652634E1103Dc14018
Octal261221431162107530110030
Binary1011010100101100011100111010001011110111000001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165263; }

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

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

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

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

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

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

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

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