#18689D

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

Shades of Lochmara #18689D

Tints of Lochmara #18689D

Color information

#18689D (or 0x18689D) is unknown color: approx Lochmara. HEX triplet: 18, 68 and 9D. RGB value is (24,104,157). Sum of RGB (Red+Green+Blue) = 24+104+157=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #18689D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18689D is #E79762. Grayscale: #555555. Windows color (decimal): -15177571 or 10315800. OLE color: 10315800.

HSL color Cylindrical-coordinate representation of color #18689D: hue angle of 203.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18689D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24104157-
CMYK0.850.3400.38
HSL203.91º73.48%35.49%-
HSV(B)203.91º84.71%61.57%-
XYZ11.4112.5333.72-
YUV86.1216883.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=8.42%
G=36.49%
B=55.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241041570.850.3400.38203.9173.4835.49
Hex18689D5522026cc4923
Octal301502351254204631411143
Binary1100011010001001110110101011000100100110110011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18689D; }

 p { color: rgb(24,104,157); }

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

<style>
 a { background-color: #18689D; }

 a { background-color: rgb(24,104,157); }

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

<style>
 span { border-color: #18689D; }

 span { border-color: rgb(24,104,157); }

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