#185166

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

Shades of Arapawa #185166

Tints of Arapawa #185166

Color information

#185166 (or 0x185166) is unknown color: approx Arapawa. HEX triplet: 18, 51 and 66. RGB value is (24,81,102). Sum of RGB (Red+Green+Blue) = 24+81+102=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #185166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185166 is #E7AE99. Grayscale: #424242. Windows color (decimal): -15183514 or 6705432. OLE color: 6705432.

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

Color convert

RGB2481102-
CMYK0.760.2100.6
HSL196.15º61.9%24.71%-
HSV(B)196.15º76.47%40%-
XYZ5.727.0413.63-
YUV66.35148.1297.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=11.59%
G=39.13%
B=49.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24811020.760.2100.6196.1561.924.71
Hex1851664C1503Cc43e19
Octal30121146114250743047631
Binary110001010001110011010011001010101111001100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185166; }

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

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

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

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

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

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

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

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