#155165

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

Shades of Arapawa #155165

Tints of Arapawa #155165

Color information

#155165 (or 0x155165) is unknown color: approx Arapawa. HEX triplet: 15, 51 and 65. RGB value is (21,81,101). Sum of RGB (Red+Green+Blue) = 21+81+101=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #155165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155165 is #EAAE9A. Grayscale: #414141. Windows color (decimal): -15380123 or 6639893. OLE color: 6639893.

HSL color Cylindrical-coordinate representation of color #155165: hue angle of 195º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155165 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2181101-
CMYK0.790.2000.60
HSL195º65.57%23.92%-
HSV(B)195º79.21%39.61%-
XYZ5.66.9813.36-
YUV65.34148.1296.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=10.34%
G=39.90%
B=49.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21811010.790.2000.6019565.5723.92
Hex1551654F1403Cc34218
Octal251211451172407430310230
Binary1010110100011100101100111110100011110011000011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155165; }

 p { color: rgb(21,81,101); }

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

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

 a { background-color: rgb(21,81,101); }

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

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

 span { border-color: rgb(21,81,101); }

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