#185066

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

Shades of Arapawa #185066

Tints of Arapawa #185066

Color information

#185066 (or 0x185066) is unknown color: approx Arapawa. HEX triplet: 18, 50 and 66. RGB value is (24,80,102). Sum of RGB (Red+Green+Blue) = 24+80+102=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #185066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185066 is #E7AF99. Grayscale: #414141. Windows color (decimal): -15183770 or 6705176. OLE color: 6705176.

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

Color convert

RGB2480102-
CMYK0.760.2200.6
HSL196.92º61.9%24.71%-
HSV(B)196.92º76.47%40%-
XYZ5.646.8913.6-
YUV65.76148.4598.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=11.65%
G=38.83%
B=49.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24801020.760.2200.6196.9261.924.71
Hex1850664C1603Cc53e19
Octal30120146114260743057631
Binary110001010000110011010011001011001111001100010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185066; }

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

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

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

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

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

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

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

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