#155365

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

Shades of Arapawa #155365

Tints of Arapawa #155365

Color information

#155365 (or 0x155365) is unknown color: approx Arapawa. HEX triplet: 15, 53 and 65. RGB value is (21,83,101). Sum of RGB (Red+Green+Blue) = 21+83+101=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #155365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155365 is #EAAC9A. Grayscale: #424242. Windows color (decimal): -15379611 or 6640405. OLE color: 6640405.

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

Color convert

RGB2183101-
CMYK0.790.1800.60
HSL193.5º65.57%23.92%-
HSV(B)193.5º79.21%39.61%-
XYZ5.757.2913.42-
YUV66.51147.4695.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=10.24%
G=40.49%
B=49.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21831010.790.1800.60193.565.5723.92
Hex1553654F1203Cc24218
Octal251231451172207430210230
Binary1010110100111100101100111110010011110011000010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155365; }

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

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

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

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

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

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

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

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