#186E81

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

Shades of Allports #186E81

Tints of Allports #186E81

Color information

#186E81 (or 0x186E81) is unknown color: approx Allports. HEX triplet: 18, 6E and 81. RGB value is (24,110,129). Sum of RGB (Red+Green+Blue) = 24+110+129=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #186E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186E81 is #E7917E. Grayscale: #565656. Windows color (decimal): -15176063 or 8482328. OLE color: 8482328.

HSL color Cylindrical-coordinate representation of color #186E81: hue angle of 190.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186E81 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB24110129-
CMYK0.810.1500.49
HSL190.86º68.63%30%-
HSV(B)190.86º81.4%50.59%-
XYZ9.9212.9322.74-
YUV86.45152.0183.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 110 (43.36% from 255) = 41.83%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=9.13%
G=41.83%
B=49.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241101290.810.1500.49190.8668.6330
Hex186E8151F031bf451e
Octal301562011211706127710536
Binary1100011011101000000110100011111011000110111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186E81; }

 p { color: rgb(24,110,129); }

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

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

 a { background-color: rgb(24,110,129); }

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

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

 span { border-color: rgb(24,110,129); }

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