#155265

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

Shades of Arapawa #155265

Tints of Arapawa #155265

Color information

#155265 (or 0x155265) is unknown color: approx Arapawa. HEX triplet: 15, 52 and 65. RGB value is (21,82,101). Sum of RGB (Red+Green+Blue) = 21+82+101=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #155265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155265 is #EAAD9A. Grayscale: #414141. Windows color (decimal): -15379867 or 6640149. OLE color: 6640149.

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

Color convert

RGB2182101-
CMYK0.790.1900.60
HSL194.25º65.57%23.92%-
HSV(B)194.25º79.21%39.61%-
XYZ5.687.1313.39-
YUV65.93147.7995.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=10.29%
G=40.20%
B=49.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21821010.790.1900.60194.2565.5723.92
Hex1552654F1303Cc24218
Octal251221451172307430210230
Binary1010110100101100101100111110011011110011000010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155265; }

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

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

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

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

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

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

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

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