#185E6D

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

Shades of Allports #185E6D

Tints of Allports #185E6D

Color information

#185E6D (or 0x185E6D) is unknown color: approx Allports. HEX triplet: 18, 5E and 6D. RGB value is (24,94,109). Sum of RGB (Red+Green+Blue) = 24+94+109=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #185E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E6D is #E7A192. Grayscale: #4A4A4A. Windows color (decimal): -15180179 or 7167512. OLE color: 7167512.

HSL color Cylindrical-coordinate representation of color #185E6D: hue angle of 190.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185E6D is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2494109-
CMYK0.780.1400.57
HSL190.59º63.91%26.08%-
HSV(B)190.59º77.98%42.75%-
XYZ7.149.315.89-
YUV74.78147.3191.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=10.57%
G=41.41%
B=48.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24941090.780.1400.57190.5963.9126.08
Hex185E6D4EE039bf401a
Octal301361551161607127710032
Binary110001011110110110110011101110011100110111111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185E6D; }

 p { color: rgb(24,94,109); }

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

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

 a { background-color: rgb(24,94,109); }

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

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

 span { border-color: rgb(24,94,109); }

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