#185566

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

Shades of Arapawa #185566

Tints of Arapawa #185566

Color information

#185566 (or 0x185566) is unknown color: approx Arapawa. HEX triplet: 18, 55 and 66. RGB value is (24,85,102). Sum of RGB (Red+Green+Blue) = 24+85+102=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #185566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185566 is #E7AA99. Grayscale: #444444. Windows color (decimal): -15182490 or 6706456. OLE color: 6706456.

HSL color Cylindrical-coordinate representation of color #185566: hue angle of 193.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185566 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2485102-
CMYK0.760.1700.6
HSL193.08º61.9%24.71%-
HSV(B)193.08º76.47%40%-
XYZ6.027.6513.73-
YUV68.7146.7996.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=11.37%
G=40.28%
B=48.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24851020.760.1700.6193.0861.924.71
Hex1855664C1103Cc13e19
Octal30125146114210743017631
Binary110001010101110011010011001000101111001100000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185566; }

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

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

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

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

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

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

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

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