#185563

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

Shades of Arapawa #185563

Tints of Arapawa #185563

Color information

#185563 (or 0x185563) is unknown color: approx Arapawa. HEX triplet: 18, 55 and 63. RGB value is (24,85,99). Sum of RGB (Red+Green+Blue) = 24+85+99=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #185563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185563 is #E7AA9C. Grayscale: #444444. Windows color (decimal): -15182493 or 6509848. OLE color: 6509848.

HSL color Cylindrical-coordinate representation of color #185563: hue angle of 191.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185563 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB248599-
CMYK0.760.1400.61
HSL191.2º60.98%24.12%-
HSV(B)191.2º75.76%38.82%-
XYZ5.887.5912.96-
YUV68.36145.2996.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=11.54%
G=40.87%
B=47.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2485990.760.1400.61191.260.9824.12
Hex1855634CE03Dbf3d18
Octal30125143114160752777530
Binary11000101010111000111001100111001111011011111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185563; }

 p { color: rgb(24,85,99); }

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

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

 a { background-color: rgb(24,85,99); }

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

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

 span { border-color: rgb(24,85,99); }

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