#155266

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

Shades of Arapawa #155266

Tints of Arapawa #155266

Color information

#155266 (or 0x155266) is unknown color: approx Arapawa. HEX triplet: 15, 52 and 66. RGB value is (21,82,102). Sum of RGB (Red+Green+Blue) = 21+82+102=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #155266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155266 is #EAAD99. Grayscale: #414141. Windows color (decimal): -15379866 or 6705685. OLE color: 6705685.

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

Color convert

RGB2182102-
CMYK0.790.2000.6
HSL194.81º65.85%24.12%-
HSV(B)194.81º79.41%40%-
XYZ5.727.1513.65-
YUV66.04148.2995.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=10.24%
G=40%
B=49.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21821020.790.2000.6194.8165.8524.12
Hex1552664F1403Cc34218
Octal251221461172407430310230
Binary1010110100101100110100111110100011110011000011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155266; }

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

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

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

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

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

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

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

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