#155166

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

Shades of Arapawa #155166

Tints of Arapawa #155166

Color information

#155166 (or 0x155166) is unknown color: approx Arapawa. HEX triplet: 15, 51 and 66. RGB value is (21,81,102). Sum of RGB (Red+Green+Blue) = 21+81+102=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #155166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155166 is #EAAE99. Grayscale: #414141. Windows color (decimal): -15380122 or 6705429. OLE color: 6705429.

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

Color convert

RGB2181102-
CMYK0.790.2100.6
HSL195.56º65.85%24.12%-
HSV(B)195.56º79.41%40%-
XYZ5.65713.62-
YUV65.45148.6296.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 102 (40.23% from 255) = 50%
R=10.29%
G=39.71%
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.6
SystemRedGreenBlueCMYKHSL
Decimal21811020.790.2100.6195.5665.8524.12
Hex1551664F1503Cc44218
Octal251211461172507430410230
Binary1010110100011100110100111110101011110011000100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155166; }

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

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

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

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

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

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

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

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