#186AA7

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

Shades of Lochmara #186AA7

Tints of Lochmara #186AA7

Color information

#186AA7 (or 0x186AA7) is unknown color: approx Lochmara. HEX triplet: 18, 6A and A7. RGB value is (24,106,167). Sum of RGB (Red+Green+Blue) = 24+106+167=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #186AA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186AA7 is #E79558. Grayscale: #585858. Windows color (decimal): -15177049 or 10971672. OLE color: 10971672.

HSL color Cylindrical-coordinate representation of color #186AA7: hue angle of 205.59º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186AA7 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24106167-
CMYK0.860.3700.35
HSL205.59º74.87%37.45%-
HSV(B)205.59º85.63%65.49%-
XYZ12.5113.2938.47-
YUV88.44172.3382.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 167 (65.62% from 255) = 56.23%
R=8.08%
G=35.69%
B=56.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241061670.860.3700.35205.5974.8737.45
Hex186AA75625023ce4b25
Octal301522471264504331611345
Binary1100011010101010011110101101001010100011110011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,106,167); }

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

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

 a { background-color: rgb(24,106,167); }

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

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

 span { border-color: rgb(24,106,167); }

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