#185266

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

Shades of Arapawa #185266

Tints of Arapawa #185266

Color information

#185266 (or 0x185266) is unknown color: approx Arapawa. HEX triplet: 18, 52 and 66. RGB value is (24,82,102). Sum of RGB (Red+Green+Blue) = 24+82+102=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #185266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185266 is #E7AD99. Grayscale: #424242. Windows color (decimal): -15183258 or 6705688. OLE color: 6705688.

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

Color convert

RGB2482102-
CMYK0.760.2000.6
HSL195.38º61.9%24.71%-
HSV(B)195.38º76.47%40%-
XYZ5.797.1913.65-
YUV66.94147.7897.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=11.54%
G=39.42%
B=49.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24821020.760.2000.6195.3861.924.71
Hex1852664C1403Cc33e19
Octal30122146114240743037631
Binary110001010010110011010011001010001111001100001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185266; }

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

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

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

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

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

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

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

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