#186E95

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

Shades of Allports #186E95

Tints of Allports #186E95

Color information

#186E95 (or 0x186E95) is unknown color: approx Allports. HEX triplet: 18, 6E and 95. RGB value is (24,110,149). Sum of RGB (Red+Green+Blue) = 24+110+149=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #186E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186E95 is #E7916A. Grayscale: #585858. Windows color (decimal): -15176043 or 9793048. OLE color: 9793048.

HSL color Cylindrical-coordinate representation of color #186E95: hue angle of 198.72º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186E95 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24110149-
CMYK0.840.2600.42
HSL198.72º72.25%33.92%-
HSV(B)198.72º83.89%58.43%-
XYZ11.3813.5230.44-
YUV88.73162.0181.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=8.48%
G=38.87%
B=52.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241101490.840.2600.42198.7272.2533.92
Hex186E95541A02Ac74822
Octal301562251243205230711042
Binary110001101110100101011010100110100101010110001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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