#186E9C

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

Shades of Lochmara #186E9C

Tints of Lochmara #186E9C

Color information

#186E9C (or 0x186E9C) is unknown color: approx Lochmara. HEX triplet: 18, 6E and 9C. RGB value is (24,110,156). Sum of RGB (Red+Green+Blue) = 24+110+156=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #186E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186E9C is #E79163. Grayscale: #595959. Windows color (decimal): -15176036 or 10251800. OLE color: 10251800.

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

Color convert

RGB24110156-
CMYK0.850.2900.39
HSL200.91º73.33%35.29%-
HSV(B)200.91º84.62%61.18%-
XYZ11.9513.7533.48-
YUV89.53165.5181.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.28%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=8.28%
G=37.93%
B=53.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241101560.850.2900.39200.9173.3335.29
Hex186E9C551D027c94923
Octal301562341253504731111143
Binary110001101110100111001010101111010100111110010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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