#185466

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

Shades of Arapawa #185466

Tints of Arapawa #185466

Color information

#185466 (or 0x185466) is unknown color: approx Arapawa. HEX triplet: 18, 54 and 66. RGB value is (24,84,102). Sum of RGB (Red+Green+Blue) = 24+84+102=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #185466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185466 is #E7AB99. Grayscale: #434343. Windows color (decimal): -15182746 or 6706200. OLE color: 6706200.

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

Color convert

RGB2484102-
CMYK0.760.1800.6
HSL193.85º61.9%24.71%-
HSV(B)193.85º76.47%40%-
XYZ5.957.4913.7-
YUV68.11147.1296.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=11.43%
G=40%
B=48.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24841020.760.1800.6193.8561.924.71
Hex1854664C1203Cc23e19
Octal30124146114220743027631
Binary110001010100110011010011001001001111001100001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185466; }

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

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

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

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

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

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

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

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