#186D99

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

Shades of Lochmara #186D99

Tints of Lochmara #186D99

Color information

#186D99 (or 0x186D99) is unknown color: approx Lochmara. HEX triplet: 18, 6D and 99. RGB value is (24,109,153). Sum of RGB (Red+Green+Blue) = 24+109+153=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #186D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186D99 is #E79266. Grayscale: #585858. Windows color (decimal): -15176295 or 10054936. OLE color: 10054936.

HSL color Cylindrical-coordinate representation of color #186D99: hue angle of 200.47º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186D99 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24109153-
CMYK0.840.2900.4
HSL200.47º72.88%34.71%-
HSV(B)200.47º84.31%60%-
XYZ11.613.4332.12-
YUV88.6164.3481.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.39%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=8.39%
G=38.11%
B=53.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241091530.840.2900.4200.4772.8834.71
Hex186D99541D028c84923
Octal301552311243505031011143
Binary110001101101100110011010100111010101000110010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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